Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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êsShare feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |