Forum Discussion
nickc_innova
3 years agoAdvocate I
Contexual Subtotal
Looking to have a measure return a sum that retains the context of a slicer but ignores the context of the row on a table visual. Here is a simple example table of data: Here is a simple t...
- 3 years ago
Nevermind,
Solved it myself with the following code:DynamicSubtotal =SUMX(CALCULATETABLE('Fact Table', ALLSELECTED('Fact Table'[Category])),('Fact Table'[Values]))
amitchandak
3 years agoSuper User
nickc_innova , Kudos to you