Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
joker449
New Member

Chart to plot due dates for different tasks

I am trying to create a graph that lists milestone dates by project.

 

My data shows each project in the row, and various due dates:

image.png

In Power Query, I then Unpivoted the data so I have a single column for the activities (Key Activity) that need to occur, and their due dates (Key Activity Due Date):

image(1).png

My goal is to plot the projects and show the related activities on a single line, plotted like so (note that the green line would be a reference line to the current date so that progress can be tracked).

image(2).png

I created the 3rd image in Tableau, but am wondering if this is possible in PowerBi? The more I mess with it, the more I think not.

 

Thanks in advanced!

1 ACCEPTED SOLUTION
DataNinja777
Super User
Super User

Hi @joker449 

Welcome to Power BI 😊  I assure you that you can produce your required output which you created in Tableau using Power BI, too.   For example, using standard matrix visual, a visualization like below is created using your data.  

DataNinja777_0-1715394720019.png

What I did is to create a measure of today as the reference line, and create a color measure like below and link it with you measure which you want to color as using conditional formatting.  

Today = if(max('Calendar'[Date])=today(),"┃",blank())

 

DataNinja777_1-1715394897717.png

I created a calendar column and linked with the unpivoted fact table to enable flexible date analysis.  

DataNinja777_2-1715395071762.png

The above example is just using the standard matrix visual, and I suppose you can get exactly the same layout like putting the date at the bottom instead of at the top and thicker reference line for today if you use custom visuals specifically created for your requirement.  

 

I attach the pbix file for the example above. 

Best regards,

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @joker449 ,

 

Did @DataNinja777  reply solve your problem? If so, please mark it as the correct solution, and point out if the problem persists.

 

Best Regards,
Adamk Kong

DataNinja777
Super User
Super User

Hi @joker449 

Welcome to Power BI 😊  I assure you that you can produce your required output which you created in Tableau using Power BI, too.   For example, using standard matrix visual, a visualization like below is created using your data.  

DataNinja777_0-1715394720019.png

What I did is to create a measure of today as the reference line, and create a color measure like below and link it with you measure which you want to color as using conditional formatting.  

Today = if(max('Calendar'[Date])=today(),"┃",blank())

 

DataNinja777_1-1715394897717.png

I created a calendar column and linked with the unpivoted fact table to enable flexible date analysis.  

DataNinja777_2-1715395071762.png

The above example is just using the standard matrix visual, and I suppose you can get exactly the same layout like putting the date at the bottom instead of at the top and thicker reference line for today if you use custom visuals specifically created for your requirement.  

 

I attach the pbix file for the example above. 

Best regards,

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.