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
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/1682539
Need of an Independent Table in Power BI - Exclude: https://youtu.be/lOEW-YUrAbE