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
Sandhyarani958
Frequent Visitor

Is it possible to change the color of the text field with a condition in Table report?

Hello Team,

 

I have a new requirement related to change the text field with a contion : If the column valu is pass then text should be in green color and if it is fail then in Red.

Please share your views with me.

Thanks,

Sandhya

1 REPLY 1
Anonymous
Not applicable

@Sandhyarani958,

Currently, the "Conditonal formatting for text" feature is not available, there is an idea about it, please vote it up.

To work around this issue, you can create a calculated column using DAX below, then use conditional formatting for the checkcolumn.

checkcolumn=IF(Table[Column1]="pass",1,0)



Regards,
Lydia

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