I had created a bar chart and used the background and icon formatting to show planned project start (
) and Planned project end date () . However now i have additional 2 metrics to be added to this chart, however i have maxed out of options for this chart. Is there another way to build this similar visual?
Maybe Deneb Visual? You will have to research that on Youtube. Use chatpgtp, EDNA Data Mentor or another AI tool. There is Deneb Showcase that you can review within the EDNA portal
I also noticed that you put the topic under the Workout Section. The workout Section is used by EDNA for them to upload workout for member to use for there use.
Please change the topic to only “Data Visualizations”
I had did a similar gannt using the matrix. However, I used SVG to rotate my text 90 degrees/vertical in the value section because ootb matrix properties won’t let you formatt position. Switched the measure to be url image. Commingled it with background conditional formatting.
You may have to do something equivalent since you are trying to put a line/ bar in the middle of cell.
This is another SVG I created from scratch and laid in the measures for the formatting color of the circles and the text above and below the line. This was laid into a table viz as an attribute with numerous rows.
Here is sample SQL that made my custom SVG to get the idea of using the svg shapes and properties. I then use TSQL to concatenate the full SVG code to be imported into power query as a URL image. There is a bunch of youtube videos on Power BI and SVG. Almost anything is achievable and didn’t even used the OOTB Power BI Table visual to display it.
Thank you for your solution.
The major drawback of matrix visual is the limit of 100 columns. So at a point in time you could see only 3 months at day level, or use timeline/slicer to adjust the view. This approach is very manual and defeats the purpose of Gantt chart. I am currently trying to do this in Deneb, i am long way from achieving my goal as I am newbie to Vega lite/Vega.