Forum Discussion
dk_24
8 years agoHelper I
Dynamic Slicer Selection Calculation
Hi All, SAMPLE Data: User Sales U1 120 U2 100 U3 95 U4 110 I Have a slicer with User , Suppose if i select U2 , U2 sales is 100, now i want to compare with the ot...
- 8 years ago
Infact this one to be precise
=sum(Table1[Sales])-Calculate(AVERAGE(Table1[Sales]),EXCEPT(All(Table1),Allselected(Table1)))
Zubair_Muhammad
8 years agoCommunity Champion
Infact this one to be precise
=sum(Table1[Sales])-Calculate(AVERAGE(Table1[Sales]),EXCEPT(All(Table1),Allselected(Table1)))
dk_24
8 years agoHelper I
Thanks Zubair.
it's working fine.