Forum Discussion

Sudhavi_84's avatar
Sudhavi_84
Helper V
5 years ago
Solved

Measures 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 ...
  • edhans's avatar
    edhans
    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.