Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I was trying to replicate the below excel bar chart in Power BI but couldnt find a way.
X axis as dates
Y axis as Project A , B, C names
3 Bars start with start dates and followed with recruiment, training, probation in the same bar but with different colors and value(days) within the bar.
Lastly, add today's date as dotted line on the chart.
Any tips?
Project Name | Start Date | Recruitment (days) | Training(days) | Probation (days) |
Project A | 09/01/2022 | 30 | 30 | 30 |
Project B | 10/01/2022 | 20 | 40 | 30 |
Project C | 11/01/2022 | 30 | 30 | 30 |
Or you can use white bars and DATEDIFF with MIN([Start Date])
You can use this example with visualization for it.
shorturl.at/kuANU