Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
chris_jibin
Contributor
Contributor

How to use a single pie chart with a filter to flash in different details

How to use a single pie chart with a filter to flash in different details. Accoording to the value selected in the filter the underlying columns in the calculations must change. Is it possible this way . Or should we create different metrics for each different columns.

1 Reply
NitinK7
Specialist
Specialist

you can try like

if(getfiledselection(your filter name)='value', sum(sales), sum(revenue))