Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello all,
I have table in the report and there is a date column.
I need to color the cell red if the cell is empty and green if it is not.
Is it possible?
Thank you
Michael
Solved! Go to Solution.
HI @Michael92,
Did these empty records really include in your table? If not, you may need to create an unconnected table with correspond column/row category feilds to use on matrix column/row fields.
Then you can write Dax formula to use current row/column contents to lookup raw table values and use this as condition for color formatting.
Apply conditional table formatting in Power BI - Power BI | Microsoft Learn
Regards,
Xiaoxin Sheng
HI @Michael92,
Did these empty records really include in your table? If not, you may need to create an unconnected table with correspond column/row category feilds to use on matrix column/row fields.
Then you can write Dax formula to use current row/column contents to lookup raw table values and use this as condition for color formatting.
Apply conditional table formatting in Power BI - Power BI | Microsoft Learn
Regards,
Xiaoxin Sheng