Forum Discussion
VikasMattela
3 years agoFrequent Visitor
SUM while selecting multiple values in Slicer (Measure)
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 t...
MohammadLoran25
Solution Sage
3 years agoHi 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