Forum Discussion

Patrick1612's avatar
Patrick1612
Frequent Visitor
1 year ago
Solved

Visual shall use specific rows depending on slicer selection

Hello,

I have following issue and would be very happy if some one could help me:

I have a table and I want to count the unique ID's, grouped by their value. Thus I use e.g. a pie chart. However, there is also a data slicer in the report. If this slicer is not used, I want to count all rows which have indicator 1, otherwise the rows with indicator 0. At that point, I don't know how to implement this.

 

Fact table:

IDValueIndicator
111
11000
2101
21000
3101
3100

 

I have found a solution by using measures, but I don't want to use it as the drillthrough with a measure do not keep the indicator filter. Additionally, I use the fact table also for other calculations and with measures, I lose the context filtering to other visuals.

Any ideas how to solve it?

Greetings,
Patrick

5 Replies