Forum Discussion
thebigwhite
3 years agoHelper 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 app...
- Anonymous3 years ago
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.
Anonymous
3 years agoNot 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())
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.