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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
thebigwhite
Helper II
Helper II

Interaction with Pie Chart

Hello, 

I would like to know if it's possibile to have a different interactuion with the data on Pie Chart (or donuts). 

Basically I would like to understand if it's possibile after a selection applied on another visual to see only the "selected values" on the pie chart. 

And not the selected values among the others values as it is in the standard interraction: 

 

thebigwhite_0-1667809799282.png

 

For example sometimes I cannot understand what I am seeing in the Pie chart after a selection through another visual cause maybe the value seen from the pie chart is very "small" compared to the entire data. 

 

Can you help me?

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @thebigwhite ,

I have created a simple sample, please refer to it to see if it helps you.

Create a measure.

Measure = VAR _TABLE=CALCULATETABLE(VALUES('Table'[subject]),ALLSELECTED('Table'[subject]))
RETURN
IF(MAX('Table'[subject]) IN _TABLE,MAX('Table'[VALUE]),BLANK())

vpollymsft_0-1667890832123.pngvpollymsft_1-1667890846665.png

If I have misunderstood your meaning, please provide mroe details with your desired output.

 

Best Regards

Community Support Team _ Polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @thebigwhite ,

I have created a simple sample, please refer to it to see if it helps you.

Create a measure.

Measure = VAR _TABLE=CALCULATETABLE(VALUES('Table'[subject]),ALLSELECTED('Table'[subject]))
RETURN
IF(MAX('Table'[subject]) IN _TABLE,MAX('Table'[VALUE]),BLANK())

vpollymsft_0-1667890832123.pngvpollymsft_1-1667890846665.png

If I have misunderstood your meaning, please provide mroe details with your desired output.

 

Best Regards

Community Support Team _ Polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@thebigwhite , Not very clear, But Interaction can be highlight or filter for Bar and Pie, you can change that to filter if needed

 

https://docs.microsoft.com/en-us/power-bi/service-reports-visual-interactions

 

How Interactions Work- Split Page using interactions to compare - https://youtu.be/GIfRKzhMaR4

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors