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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply

Set marker to today date on waterfall chart

Hi, 
Is there any workaround to set marker on today() date   on waterfall chart ? 

CaptureWaterFall.PNG  

1 ACCEPTED SOLUTION
dax
Community Support
Community Support

Hi giorgi_lommidd,

There is no maker to set Today() in waterfall chart, so one workaround is that you could create a calculated column like below

Column = if(TODAY()='Table'[date], "Today",FORMAT('Table'[date],"yyyy-mm-dd"))

Then set column sort by date column like below

413.PNG

Then  you could use this column in chart like below

415.PNG

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
dax
Community Support
Community Support

Hi giorgi_lommidd,

There is no maker to set Today() in waterfall chart, so one workaround is that you could create a calculated column like below

Column = if(TODAY()='Table'[date], "Today",FORMAT('Table'[date],"yyyy-mm-dd"))

Then set column sort by date column like below

413.PNG

Then  you could use this column in chart like below

415.PNG

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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