The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi All,
As per my requiremet I want to change font color Dynamic
manually Change Measure name thats why show error
How to found dynamic color
Thanks,
Thennarasu
Solved! Go to Solution.
HI @Thennarasu_R,
These effects can be achieved to use the Dax formula to check values and return color code, then you can use this expression in conditional formatting of the fields that you want dynamic change colors.
Apply conditional table formatting in Power BI - Power BI | Microsoft Learn
Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
HI @Thennarasu_R,
These effects can be achieved to use the Dax formula to check values and return color code, then you can use this expression in conditional formatting of the fields that you want dynamic change colors.
Apply conditional table formatting in Power BI - Power BI | Microsoft Learn
Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Hi,
would you share the error text and also what are the measures type ?
Share the measure code as well
So you want to know how to write the "Previous" measure? I don't get it. And why do you add the % to Green and Red?
My Ex If Value 1>0 , Outpts colors Should work Dynamically..