Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Substitute Value in Filter

I have a simple measure that counts the number of enrollments for three unique periods, Fall, Spring and Summer.   Using SelectedValue I can tell what priod has been requested and only want to return...
  • tamerj1's avatar
    3 years ago

    Hi Anonymous 

    manually create 'Terms' a disconnected single column table that contains fall, spring, summer 

    in the measure define the variable 

    VAR _term = SELECTEDVALUE ( Terms[Term] )