Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I need to apply conditional formatting to a DAX-generated column.
Green - OS
Light green - EE.
DAX function used - Rank to Performance = IF([Attainment %] >= 1.25,"OS",IF(AND([Attainment %]<1.25,[Attainment %]>=1),"EE",IF(AND([Attainment %]<1,[Attainment %]>=0.85),"ME","NI")))
Kindly help me with this.
Solved! Go to Solution.
Create a number measure that is based on Rank to Performance e.g. IF([Rank to Performance] = "OS", 1...) etc. and then use conditional formatting based on that. Check out this page for more info: https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting
Thank you for helping.
Create a number measure that is based on Rank to Performance e.g. IF([Rank to Performance] = "OS", 1...) etc. and then use conditional formatting based on that. Check out this page for more info: https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |