Forum Discussion
tsunamisabella
3 years agoFrequent Visitor
Create a dynamic column subtotal measure
Hello! I want create a measure [Subtotal] to retrieve the column subtotal (subtotal of the selected period) which can be dyanically changed along the selected column dimension [Period]. Note that [Pe...
- 3 years ago
Please try
Subtotal = CALCULATE ( [a_measure], ALLSELECTED ( table_name[Period] ) )
tamerj1
3 years agoCommunity Champion
Please try
Subtotal =
CALCULATE ( [a_measure], ALLSELECTED ( table_name[Period] ) )- tsunamisabella3 years agoFrequent Visitor
OMG! Thank you for the swift reply and the simply & wonderful solution 🥰!