Forum Discussion
PowerBITestingG
3 years agoResolver I
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...
- 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
v-easonf-msft
3 years agoCommunity Support
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