Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!