Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Grouped numeric slicer

I have a table of values in my source that shows properties, including data such as property name, locaiton, square foot, etc.   I want to create a filter on my dashboard that links to the 'square ...
  • v-juanli-msft's avatar
    6 years ago

    Hi Anonymous 

    Followed the articles shared by amitchandak,

    Create a table

    Create a measure

    Measure = CALCULATE(SUM('Table'[value]),FILTER('Table','Table'[value]>=SELECTEDVALUE(range[min])&&'Table'[value]<=SELECTEDVALUE(range[max])))

    Best Regards
    Maggie
    Community Support Team _ Maggie Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.