Forum Discussion
Anonymous
6 years agoNot applicable
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 ...
- 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.
amitchandak
6 years agoSuper User
Anonymous , refer if these can help