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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
melina
Helper IV
Helper IV

Color row based on date condition

Hi,

Can i formatting the table in Report (desktop) and dashboard, for example in one table i want to change row colour based on date condition, for the pass date i want the table row became red,current date the table row became blue. If yes, what language i need to use and how. Thanks

7 REPLIES 7
deldersveld
Resident Rockstar
Resident Rockstar

There is conditional formatting based on column values but not by the entire row.

Thank you for your reply,

 

Ok, if cannot color by 1 row, could i apply to font color or background color in one coloum.

Let say for example, i have 2 coloums, SO number and Closing date.


If date in Closing date is passed, font or background color will color in red.

If date in Closing date is current date or upcoming date, it will color in blue.

The scenario example as below:

 

Can it be apply in report visualization?

 

SO Number

Closing Date

87384374

01/04/2017

98972777

03/04/2017

87293839

20/04/2017

83749848

01/05/2017


Appreciate if you could help me to solve this problem.

Thanks!

Anonymous
Not applicable

Hi @melina,

Currently, you are only able to specify customized cell background colors based on cell values as described in this article.

The feature that change color of column values based on condition in other column is not supported, please vote up this idea: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/16891147-dynamic-conditional-form... .

Thanks,
Lydia Zhang

How about using MDX?

Anonymous
Not applicable

Hi @melina,

Do you mean DAX? If so, we are not able to achieve your requirement using DAX.

A workaround is to create a new column using the following DAX, and then create a bar chart to display SO number in different color.
Column = IF(Table3[Closing Date]>=TODAY(),"Green","Red")
1.PNG


Thanks,
Lydia Zhang

Can we do the same  with Table rows ? The complete row should be red or green based on this condition.

 


Regards,

Hassan Tariq

Thanks for your answer

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.

Top Solution Authors