Forum Discussion
devenchj
6 years agoHelper I
Share % Calculation not working while setting up "Sort By Column" feature
Hello Everyone, Having issue with Share % measure while setting up "Sort By Column" feature, which seems bug. without enabling Sort by column in SeriesDim table, Share % works correctly. but I ...
- 6 years ago
I think, all need to be used and as long as that is part of seperate dimension it should work
Total Sales Amount = CALCULATE([Sales Amount],filter(all(SeriesDim),SeriesDim[SERIES_NAME] = "All Models"))Find the attached file
amitchandak
6 years agoSuper User
I think, all need to be used and as long as that is part of seperate dimension it should work
Total Sales Amount = CALCULATE([Sales Amount],filter(all(SeriesDim),SeriesDim[SERIES_NAME] = "All Models"))
Find the attached file
devenchj
6 years agoHelper I
Thanks amitchandak , Using ALL function calculation worked as expected.