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.
Hi,
I have an issue with the following measure trying to change the color depending of type of measure. It show me the name of the color instead of changing the color.
Each measure comes from different tables:
Solved! Go to Solution.
@cristianml , A color measure like
IF(not(isblank([_Actual Rev])) ,"Blue","Red")
and use in conditional formatting using field value option
@cristianml , A color measure like
IF(not(isblank([_Actual Rev])) ,"Blue","Red")
and use in conditional formatting using field value option