Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi All,
I'm calculating set of dates based on user selected Instore date (below is the screen shot) in DAX,
Based on Instore date say (Jan, 1 , 2022)
I'm calculating other dates (FG Arrival to DC, Request PR Release Date, etc...)
I trying to plot these date in a visulization which would give user a time line distribution from Instore date to PR release date), can you please suggest a vizulization i can use? the problem i'm facing is I'm not able to use above calculated measures to plot in graph,
I'm trying to active sometihing like below image,
Please suggest, any visual which I can use to display something similar to above using the calculated dates above,
Any help would be greatly appriciated.
Thank you @MFelix for the solution, the onlt problem i see is the Calculated Date Measures can not be used as Satart Date and End Date for Gantt Chart right ?
Hi @abhishek_ap4 ,
To what I understand from your post the dates are calculated with a DAX measure correct? In this case I would add something similar to this:
Measure = IF([Measure] = MAX(Calendar[Date]), 1)
This will check if the measure value (date) is equal to the date table value so you can use it on a gantt chart that will place that 1 on th exact date you need.
If this does not work can you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.
If the information is sensitive please share it trough private message.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsCheck out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 62 | |
| 31 | |
| 26 | |
| 25 |