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
Anonymous
Not applicable

Conditional formatting doesn't appear for some "Status"

"Status", "Fonte" and "V1" are table columns, the other "Vx" are calculated measures.

 

My formatting is based on the values in the "Fonte" column, however in some cases the icon simply doesn't appear. Can anyone help me?

 

Initially, I thought that the absence of a value was because one of the "Vx" measures, but I haven't found a pattern for it when formatting doesn't occur.

 

mari_carmof_0-1673012853659.png

 

 

3 REPLIES 3
lbendlin
Super User
Super User

Use the new EVALUATEANDLOG() function to identify where your measures return a BLANK() result.

Anonymous
Not applicable

Hi @lbendlin!

How is it going?

I have identified where my measure return a BLANK() result, but I want that the icons appear even in these cases. Do you know how to do that?

use the IF(ISBLANK()) pattern to decide what to do in such a case, or if you want to be fancy, use COALESCE()

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