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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ValeriaBreve
Post Partisan
Post Partisan

Add a today symbol on a chart

Hello,

I would like to add to one of my charts today's date, as a symbol, on top of the relative bar.

The chart is as per below - can be sliced by equipment line (so as you can see below, volumes can vary by much), and can be aggregated by week/month/year, in which case the symbol should still be visible in the same way on top of the relative bar - but again volumes will look very different.

Can you please help mw on how to set this up?

 

Thanks!

Kind regards

Valeria

 

 

ValeriaBreve_1-1678108220202.pngValeriaBreve_2-1678108273295.png

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@ValeriaBreve , You can have a measure

 

calculate([Your measure], filter(Date, Date[Date] = today()) )

 

Create line clustered line visual and use a new measure on line and disable the secondary y-axis and enable the marker

 

 

Or create a color measure and use that in conditional formatting using field value option

 

if(Max(Date[Date] )= today(), "Red", "Blue") 

 

How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/...
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pan...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@ValeriaBreve , You can have a measure

 

calculate([Your measure], filter(Date, Date[Date] = today()) )

 

Create line clustered line visual and use a new measure on line and disable the secondary y-axis and enable the marker

 

 

Or create a color measure and use that in conditional formatting using field value option

 

if(Max(Date[Date] )= today(), "Red", "Blue") 

 

How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/...
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pan...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.