Forum Discussion
Anonymous
6 years agoNot applicable
How to Use Slicer for Measure Values
Hello, I am trying to have a slicer/chiclet slicer that will filter some values in my table. The #Aired values is a measure: Show # Aired ABC 1 345 8 XYZ 6 ...
- 6 years ago
Hi Anonymous ,
Does that meet your requirement?
Measure = var a = MAX(Slicer[#Aired]) return IF( a<=SUM('Table'[aired]),1,BLANK())Pbix as attached.
- 5 years ago
Hi @QuanitaA ,
Does that meet your requirement?
Measure = var a = MAX(Slicer[#Aired]) return IF( a<=SUM('Table'[aired]),1,BLANK())Pbix as attached.
VasTg
6 years agoMemorable Member
Anonymous
Why can't use expose the visual filter to the users to keyin the value with "is greater than or equal to" condition?