Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

help with slicer selector

I create a table to be a slicer for select currency in my matrix   all working good using this code   Measure-Total2 = IF ( SELECTEDVALUE ( CurrencySelector[value] ) = "Local Currency", SUMX...
  • v-chuncz-msft's avatar
    7 years ago

    Anonymous,

     

    Try to add an OR condition.

            FILTER (
                'UploadAccountsCurrentyPeriod',
                UploadAccountsCurrentyPeriod[Currency selector] = "Local currency"
                    || UploadAccountsCurrentyPeriod[Currency selector] = "dkk"
            )