Scenario:
With the selection made on a slice of a pie chart the values should get filtered in the column stack.
There are 3 slices (0-7 days, 8-14 days & 14+ days). For each selection the column stack should show the detailed view of the selection.
In the data source we have used only measures (see attachment)
Issue:
Each slice of the pie shows the same value. So any slice selected is showing only one value which is 0-7 days. Which means the pie selection for the other two slices is not getting passed to the column stack.
Data Source of the PIE chart
Output - First screen
On the first slice selection (0-7 days)
On the second slice selection (8-14 days)
This works fine with a column chart but not in PIE chart.