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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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