Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 all the students. As of now, the cnditional formatting option of power bi allows me to compare the Specific student value of all the subjects. I want to apply row specific conditional formatting & not on column level.
How can I achieve the same?
Visual-
Data-
Sudent | Subject | Value |
A | X1 | 11 |
A | X2 | 9 |
A | X3 | 15 |
A | X4 | 19 |
A | X5 | 8 |
A | X6 | 5 |
B | X1 | 10 |
B | X2 | 5 |
B | X3 | 8 |
B | X4 | 8 |
B | X5 | 10 |
B | X6 | 11 |
C | X1 | 9 |
C | X2 | 7 |
C | X3 | 13 |
C | X4 | 5 |
C | X5 | 17 |
C | X6 | 14 |
Solved! Go to Solution.
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
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
@harshadrokade follow the instructions in this great tutorial video:
https://www.youtube.com/watch?v=wTRrskQzAHk&t=8s
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
76 | |
53 | |
37 | |
31 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |