Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Syndicate_Admin
Administrator
Administrator

Conditional formatting in Filter

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.-Captura de pantalla 2022-07-06 195839.png

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
amitchandak
Super User
Super User

@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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.