The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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:
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?
Solved! Go to Solution.
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())
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.
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())
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.
@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
User | Count |
---|---|
87 | |
84 | |
36 | |
35 | |
32 |
User | Count |
---|---|
96 | |
75 | |
67 | |
52 | |
52 |