Forum Discussion
dokat
4 years agoPost Prodigy
Share Calculation
Hi, I'd like to calculate share based on Region Sales divided by total sales. I created below table by removing interactions between slicer and the table. Sum of my sales values are $2,535,250,04...
- 4 years ago
dokat
Sure, you either use ALL([Column1], [Column2], [Column3], [Column4]) or you can mention columns that you want to keep filtered ALLEXPECT([Column6]) for example.
dokat
4 years agoPost Prodigy
vojtechsima @Thank you for your response. I have 4 slicers, is there a way to expand this formula to include all slicers?
vojtechsima
4 years agoSuper User
dokat
Sure, you either use ALL([Column1], [Column2], [Column3], [Column4]) or you can mention columns that you want to keep filtered ALLEXPECT([Column6]) for example.
- dokat4 years agoPost Prodigy
vojtechsima Thank you it worked!
- vojtechsima4 years agoSuper User
dokat Glad to hear that.