I have the following slicer in excel and the users select more than one option
How can I get with DAX the maximum value selected in the slicer? and save it in a variable
with the example I should get the value 4
I have tried the following formula but I get an error MAX(VALUES(Table1[period]))