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
Super User
4 years ago
Try this measure:
BalanceTotal in Currency Totals = SUMX ( VALUES ('Currency'[Month] ), [BalanceTotal in Currency] )
Data model:
Result: