Forum Discussion
Sudhavi_84
Helper V
5 years agoMeasures filter
Hi Experts, I have a visual and filter(list of project's). I can select the projects and visual will update which is perfect. I have measure which calculates values of each project. My ...
- 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.
Sudhavi_84
Helper V
5 years agoThanks edhans
Got you. Is there anything alternatively as well create parameters and user can select the range with that it will update all 5 Visuals?
If not, I will choose one of the same above steps as you specified
edhans
Community Champion
5 years agoyeah, 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.