Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi all,
I made a table but the dates won't be shown correctly in terms of position.
as you can see above, one project is being shown in 4 lines. how can I make it one line showing dates in front of the project name?
Thanks for your help
@Anonymous you have multiple options, one would be to unpivot your data so that the different timestamps are listed in the same column (DateTime) with a new column for the type of the timestamp (Milestone)
ProjectName Milestone DateTime
You'll then also need to provide a helper column with the desired sort order of your milestones (by default they are sorted alphabetically)
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.