Hi there,
I have the following dax measure:
Users = SUM ( Table1[Users])
I’ve produced a table like so:
Department|Users
Depart_A | 91
Depart_B | 72
Depart_C | 68
Depart_E | 65
Depart_F | 1
Depart_G | 3
Depart_H | 2
I need a “Users” slicer where (similar to when slicing with a Date), I can slice for values greater than “n”. When I try to drag my Users measure onto a slicer visual, it simply adds up all my users.
I must be missing something very obvious. Could someone please provide me with some pointers?