Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
Is there a possibility to conditional format columns in column chart based on slicer selection?
Thanks in advance for all your help.
Solved! Go to Solution.
Hi @Marac0105
Yes,you may check below sample file.Create a measure and use it as rule in conditional formatting.
Measure =
IF (
SELECTEDVALUE ( Table1[event] ) = "event1"
&& SUM ( Table1[value] ) > 5,
1,
IF (
SELECTEDVALUE ( Table1[event] ) = "event2"
&& SUM ( Table1[value] ) > 3,
2,
IF (
SELECTEDVALUE ( Table1[event] ) = "event3"
&& SUM ( Table1[value] ) > 2,
3
)
)
)
Regards,
Hi @Marac0105
Yes,you may check below sample file.Create a measure and use it as rule in conditional formatting.
Measure =
IF (
SELECTEDVALUE ( Table1[event] ) = "event1"
&& SUM ( Table1[value] ) > 5,
1,
IF (
SELECTEDVALUE ( Table1[event] ) = "event2"
&& SUM ( Table1[value] ) > 3,
2,
IF (
SELECTEDVALUE ( Table1[event] ) = "event3"
&& SUM ( Table1[value] ) > 2,
3
)
)
)
Regards,
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 45 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 38 | |
| 29 | |
| 26 |