Forum Discussion
Measures filter
- 5 years ago
yeah, you can create a user-selected parameter via the Modeling tab, New Parameter. Then use SELECTEDVALUE() in a measure to see what the user has selected, and in turn, use that measure as a filter measure.
Hi Sudhavi_84
What I would suggest doing is to use the measure as a filter in your visual and that should allow you to get to what you are looking for?
- Sudhavi_845 years ago
Helper V
Hi GilbertQ ,
Thank you for the response.
But will it show in filter those projects only with in range specified in visuals?
This didn't worked for me any screenshot please if possible.
Thank you for your help
- edhans5 years ago
Community Champion
See this image. You can put measures in filters for visuals only, not pages, nor entire report. By setting the visual filter for the total measure to just between 3 and 7, only products C, D, E, F, & G show up. A, B, and H are not in the slicer, because their sales are 1, 2, and 9 respectively, outside the 3-7 range.
- Sudhavi_845 years ago
Helper V
Thank you very much for your help on this edhans and GilbertQ .
I have 5 visuals and 4 filters in same page.
With your step, it is working for one filter, but how can I activate for other 4 filters and 5 visuals? should I apply the same filter in all visuals for this?
And also visuals are not updating when I apply on filter. But filter is showing range of projects which I need.
Thank you