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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.