Forum Discussion

PowerBITestingG's avatar
PowerBITestingG
Resolver I
3 years ago
Solved

User input for table

I basically want a table like this:   Country (100 countries) Amount Antigua and Barbuda   ...   Zimbabwe     Where I can input custom values in amount that will be used for my...
  • v-easonf-msft's avatar
    3 years ago

    Hi, PowerBITestingG 

    Please use 'in values' to replace 'selectedvalue' like:

    Measure = IF(MAX(Table[Country]) in VALUES(SlicerTable[Country]),1,0)

     

    Best Regards,
    Community Support Team _ Eason