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 nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. 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 crm@inogic.com
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 41 | |
| 30 | |
| 24 |