March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I want to add a specific color to all the blank values that comes in my matrix table, now i am using 4 level of hirearchy and i want to add conditonal colors on all those blank values, a sample is given below where I need to add colors only to those values that are appearing as blank:
Any bright ideas how can I do this?
Solved! Go to Solution.
Perhaps like the screen shot below? PBIX is attached.
if the values are coming blank the create a measure like this
Color COGS= if(isblank(AVERAGE(Table[COGS])),"red","white")
The in conditional formatting under advance control choose the field and then choose this measure.
You have to create three measures(or one measure can handle all) and apply them to all the columns.
@amitchandak It does not works in my case and gives me everything in red and my blank fields are not coming as red.
Perhaps like the screen shot below? PBIX is attached.
@Greg_Deckler I was able to twick the problem using your message. Thanks for the help.
Great!
@Greg_Deckler Well in my case as you can see in the screenshot, I dont have any text fields in my value section and all of them contains a numerical field, please elaborate how can i achive in this scenerio?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |