The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I am working with Project Data. We have about 1,000 Projects.
The users would like a line graph where on the X-Axis we display the Milestones. The Milestones are different for each project.
Is there an example on how to do this? This is an example with test data.
Thank You,
Michael
Hi @mikebi ,
We haven’t received an update from you in some time. Could you please let us know if the issue has been resolved?
If you still require support, please let us know, we are happy to assist you.
Thank you.
Hi @mikebi ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
Thank you.
Hi @mikebi ,
Thank you for reaching out to the Microsoft fabric community forum.
Could you please confirm if the issue has been resolved. I wanted to check if you had the opportunity to review the information provided by @rohit1991 .Please feel free to contact us if you have any further questions.
Thank you.
Hi @mikebi
Could you please create the axis label and sorting:
In Data view, select the Milestones table and add this calculated column:
Axis = FORMAT('Milestones'[MilestoneSeq], "00") & " – " & 'Milestones'[MilestoneName]
Still in Data view: select the Axis column >> Column tools >> Sort by column >> choose MilestoneSeq.
(This keeps milestone names in the right order per project.)
Build the visual