SUMX(
Filter(
Values(‘Location’[Country]),
IF(
‘Location’[Country] =’India’,
[SalesAmount] * 0.2,
[SalesAmount] * 0.1
)
)
)
All Replies
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.