This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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/
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 51 | |
| 48 | |
| 44 | |
| 21 | |
| 21 |