Forum Discussion
akapelle
4 years agoFrequent Visitor
Measure based on dynamic selection not adding up to total
Help appreciated, the solutions found online did not help me so far. In our data model the exchange rate over the total period is determined based on the max selected period (month) and with this ex...
- 4 years ago
Try this measure:
BalanceTotal in Currency Totals = SUMX ( VALUES ('Currency'[Month] ), [BalanceTotal in Currency] )Data model:
Result:
DataInsights
4 years agoSuper User
Try this measure:
BalanceTotal in Currency Totals = SUMX ( VALUES ('Currency'[Month] ), [BalanceTotal in Currency] )
Data model:
Result:
akapelle
4 years agoFrequent Visitor
Thanks DataInsights
Struggling to understand exactly what you did there but will dive deeper into that soon.