Last answered:

09 Nov 2024

Posted on:

17 Nov 2023

0

SalesAmountSelectedCurrency DAX

Is it ok to use below DAX;
SalesAmountSelectedCurrency = IF(ISFILTERED(dim_Currency[CurrencyAlternateKey]),[SalesAmount],"No currency selected")

2 answers ( 0 marked as helpful)
Posted on:

19 Feb 2024

0

It is working perfectly.

Posted on:

09 Nov 2024

0
I also used isfiltered and I think it's much easier then using variables.It gives the same results, I don't know if it's correcte or not.

Submit an answer