The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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