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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
IlijaPA
Frequent Visitor

Blank value not colored in matrix

Hello guys,

 

I am trying to do some custom coloring on matrix data and I am unable to figure out how to color the blank values in the respective rows only and not on the whole matrix.

 

Can you give me a hint on what I can try to achieve this?

 

This is my color measure which I use in conditional formating of the value:

 

IlijaPA_0-1610712816229.png

 

and this is the matrix and rows which I was able to color but if a row contains a blank value in a column it will not be colored.

 

IlijaPA_1-1610712876053.png

 

 

4 REPLIES 4
themistoklis
Community Champion
Community Champion

@IlijaPA 

 

Add another row and put the following formula

SELECTEDVALUE('GR Current incident number vs duration'[Assignee], "NA") = BLANK(), "#99e3dd"

 

+ this one if necessary

SELECTEDVALUE('GR Current incident number vs duration'[Assignee], "NA") = "", "#99e3dd"

Hi,

 

Thank you but It doesn't work, I've tried that already. My idea is to have the entire row which is already colored in the same way not matter if it contains blanks. And the other rows which are white they need to stay white, associated blanks included.

@IlijaPA 

 

Can you not replace blanks with zeros by simply additing to the measure (used in conditional formatting) + 0 at the end.

 

It seems that PowerBI cannot add the same colour when cells are blank

I even managed to get zero instead of blank and still it doesnt want to color the 0 values.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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
Top Kudoed Authors
Users online (1,497)