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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I have the column 'Flag' in my table which says Yes/No for the jobs run.
For Flag with 'Yes' I need to show Green color
For Flag with 'No' I need to show Red color
Please help in write the DAX formula for that?
thank you
Bhavesh
Solved! Go to Solution.
@Anonymous You can accomplish this without DAX, or the only DAX would be to switch your "yes" to 1 and your "no" to 0. Then right click on the field name and use conditional formatting for value and background for a table or matrix.
@Anonymous You can accomplish this without DAX, or the only DAX would be to switch your "yes" to 1 and your "no" to 0. Then right click on the field name and use conditional formatting for value and background for a table or matrix.
Thank you @Anonymous, it worked out
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.