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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
admin11
Memorable Member
Memorable Member

How to highlight those row yellow color when Closing date less then today

Hi All

i need to detect those deal , when the Closing is less then to day , so that sales staff need to change the closing date after today.

admin11_0-1620038209588.png

My PBI file

https://www.dropbox.com/s/456sxu2d972zfq3/PBT_V2021_400%20CRM_Ti.pbix?dl=0

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@admin11 , Create a measure

 

color measure =

if(Max(Table[ Closing Date]) <= today(), "yellow", "white")

 

Set this in conditional formatting for every value using the field value option

https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-num...
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values
https://www.youtube.com/watch?v=RqBb5eBf_I4

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

2 REPLIES 2
amitchandak
Super User
Super User

@admin11 , Create a measure

 

color measure =

if(Max(Table[ Closing Date]) <= today(), "yellow", "white")

 

Set this in conditional formatting for every value using the field value option

https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-num...
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values
https://www.youtube.com/watch?v=RqBb5eBf_I4

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

@amitchandak 

Thank you very much foryour help , it work fine.

Paul

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors