Forum Discussion
linlab
5 years agoRegular Visitor
DAX expression for a numeric range slicer
Hello, I've selected the column month to work as a numeric range slicer. Is there any DAX expression to get the 2 values introduced in the slicer? I've tried MIN and MAX with SELECTEDVALUE but is no...
linlab
5 years agoRegular Visitor
Hi amitchandak
I've tested your solution but it returns the max and min value in the table instead of the values introduced in the slicer. In this example, the month max value in the table is 9 but the value introduced in the slicer is 12 so the measure should return 12. Have you another idea?