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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Alta88
Helper IV
Helper IV

Highlight Current Year & Month

I'm working on a KPI that will show how many projected closings are set. How do I highlight the current month and year so that the user can see all closings for the current month we're in?

 

Alta88_0-1656014279306.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Alta88 , You need to have year and month in your visual then create a measure like below and use that in conditional formatting using field value option

 

if( max(Table[Year]) = year(today())  && max(Table[month]) = month(today()) , "Yellow", "White")

 

 

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/...

View solution in original post

2 REPLIES 2
Alta88
Helper IV
Helper IV

Perfect! It worked @amitchandak! Thanks so much for your help!

amitchandak
Super User
Super User

@Alta88 , You need to have year and month in your visual then create a measure like below and use that in conditional formatting using field value option

 

if( max(Table[Year]) = year(today())  && max(Table[month]) = month(today()) , "Yellow", "White")

 

 

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/...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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