Forum Discussion
Conditional formatting in Filter
- 4 years ago
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/1682539Need 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