Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I have my target values are Zero (0), all balnk values consider a zero but i want to apply different color to the blank values by using filed value
Thanks
Hi,
As per our understanding, you are looking for a background color change based on the blank values in a cell,
Create a Color Column by using the below Dax Expression,
COlor Code =
var Columnvalue = 'Table (5)'[Previous row Manager]
return IF(Columnvalue =
BLANK(),"red","green")
Now use the Conditional Formatting on the Column as the background color and use this Column in the field,
Thanks!
Inogic Professional Service Division
An expert technical extension for your techno-functional business needs
Power Platform/Dynamics 365 CRM
Drop an email at [email protected]
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 52 | |
| 47 | |
| 40 | |
| 38 |