This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Good Night, I wanted to check if it is possible in a bar graph when selecting in this case a province according to a segmenter that is painted a different color and not that is filtered throughout the graph?, for example when filtering JUJUY that in the graph is highlighted? from now on thank you very much Greetings.-
Solved! Go to Solution.
@Syndicate_Admin , Not very clear, but if the object is highlighted the selectedvalue, then you need independent value
Create a color measure and use that in conditional formatting using the field value option
measure =
var _val = selectedvalue(province[province])
return
Switch(True() ,
Max(Table[province]) = _val , "Green",
"Yellow"
)
How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/...
Need of an Independent Table in Power BI - Exclude: https://youtu.be/lOEW-YUrAbE
Hi @pcarrizo,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or accept it to help others who faced similar requirements.
If these also don't help, please share more detailed information to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@Syndicate_Admin , Not very clear, but if the object is highlighted the selectedvalue, then you need independent value
Create a color measure and use that in conditional formatting using the field value option
measure =
var _val = selectedvalue(province[province])
return
Switch(True() ,
Max(Table[province]) = _val , "Green",
"Yellow"
)
How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/...
Need of an Independent Table in Power BI - Exclude: https://youtu.be/lOEW-YUrAbE
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 24 | |
| 23 |