Forum Discussion
Today line in Mtrix Ghantt
- Anonymous1 year ago
Hi Aliwells632,
Thank you for reaching out to the Microsoft Fabric Forum Community.
To make your Gantt chart open with today's date and show a vertical line for today.
Use a relative date slicer set to "Today" or a measure that filters to TODAY() as calculated column like below measure.
IsToday = IF('Date'[Date] = TODAY(), 1, 0)
to Show today’s line on chart add a dummy task with Start and End as TODAY() to act like a vertical line.
The following links might be helpful in creating the desired solutionSolved: DAX date today query - Microsoft Fabric Community
Solved: Definitive Logic Advanced Gantt Chart - "Today" Da... - Microsoft Fabric Community
Best regards,
Prasanna Kumar
Hi Aliwells632,
Just a gentle reminder has your issue been resolved? If so, we’d be grateful if you could mark the solution that worked as Accepted Solution, or feel free to share your own if you found a different fix.
This not only closes the loop on your query but also helps others in the community solve similar issues faster.
Best,
Prasanna Kumar