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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
DannyAlfa
Frequent Visitor

Conditional Formatting Time

Hi all,

 

Hope you kind people can help with this, I have a table that I am trying to conditionally format based on time.

 

What I want it to do is show as red should the time be before 11pm and to show green if it is after 11pm (for the times in the centre column). Up to now all I have is a late flag measure to show 1 if the time is before 11pm, my plan was to then format the late flag measure based on the value.

 

You can see from the below screen shot what I have done up to now, any suggestions would be greatly appreciated.

 

DannyAlfa_0-1714655966326.png

 

1 ACCEPTED SOLUTION
PhilipTreacy
Super User
Super User

Hi @DannyAlfa 

 

Download PBIX file with the example below

 

Create a measure

 

Time Colour = IF( SELECTEDVALUE('Till Data'[Time]) < TIMEVALUE("23:00"), "red", "green")

 

In the Conditional Formatting or the Time column use these settings

 

timecf.png

 

 

To give this

 

timecf1.png

 

 

Regards

 

Phil

 



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


View solution in original post

3 REPLIES 3
DannyAlfa
Frequent Visitor

@PhilipTreacy - in fact now I look at it its putting everything as red, which makes me think its something to do with how the time is formatted maybe????

DannyAlfa_0-1714744808562.png

 

DannyAlfa
Frequent Visitor

@PhilipTreacy - Genius, worked a treat 🙂

PhilipTreacy
Super User
Super User

Hi @DannyAlfa 

 

Download PBIX file with the example below

 

Create a measure

 

Time Colour = IF( SELECTEDVALUE('Till Data'[Time]) < TIMEVALUE("23:00"), "red", "green")

 

In the Conditional Formatting or the Time column use these settings

 

timecf.png

 

 

To give this

 

timecf1.png

 

 

Regards

 

Phil

 



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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