Forum Discussion
harshadrokade
Post Partisan
4 years agoConditional formatting on row level data of matrix table
Hi I have below data which is converted into a Matrix table in power bi- I want to apply conditional formatting on the visual where the data bars should compare the specific subject value for al...
- Anonymous4 years ago
Hi harshadrokade ,
Here are the steps you can follow:
1. Create calculated column.
rank_column = RANKX(FILTER(ALL('Table'),'Table'[Subject]=EARLIER('Table'[Subject])),'Table'[Value],,DESC)2. Format -- Background color – Advanced controls
3. Enter the Background color –Value interface.
Format style – Gradient
What field should we based this on --- Sum of [rank_column]
Check Add a middle color to generate a custom middle color
4. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
SpartaBI
Community Champion
4 years agoharshadrokade follow the instructions in this great tutorial video:
https://www.youtube.com/watch?v=wTRrskQzAHk&t=8s