Forum Discussion
raionpbi
7 years agoFrequent Visitor
Dynamic Calculation Contexts based on respective column
Hi, I'd like to calculate totals within L1 in the table where only L2 is available (2nd table to present 8 and 15 for a1,a2,a3 and b1,b2,b3 respectively instead of total of 23). Thus the calculation...
- 7 years ago
Hi raionpbi
You may refer to below measure:
Total L1 = CALCULATE ( SUM ( Tab1[value] ), ALL ( Tab1 ), VALUES ( Tab1[L1] ) )
Regards,
Cherie
v-cherch-msft
7 years agoMicrosoft Employee
Hi raionpbi
You may refer to below measure:
Total L1 = CALCULATE ( SUM ( Tab1[value] ), ALL ( Tab1 ), VALUES ( Tab1[L1] ) )
Regards,
Cherie