Hi,
I have created a slicer with multiple values, when I select 2 or more slicer value. I need some based on those 2 values only.
someone could please suggest me the better way to do it.
I tried with SELECTEDVALUE,but when I select 2 or more slicer values its not working.
Hi @VikasMattela ,
You need to use ALLSELECTED function:
CALCULATE(
[YourMEasureName],
ALLSELECTED('YourTableName')
)
If this answer solves your problem, accept it as a solution so others would find what they need easier.
Regard,
Loran
User | Count |
---|---|
74 | |
36 | |
33 | |
15 | |
12 |
User | Count |
---|---|
84 | |
29 | |
26 | |
16 | |
13 |