Forum Discussion

smc1906's avatar
smc1906
Frequent Visitor
4 years ago
Solved

Two different scenarios in same Measure

Hi all   I currently have a measure (below) that counts the number of students transferring to a campus based on a number of filters. What I am looking to do (if possible) is to include a completel...
  • johnt75's avatar
    4 years ago

    There's a couple of ways to accomplish this. The cleanest way may be to create separate measures to count the students using the separate filter conditions then combine them into a third measure, by simple addition, which you use on a visual.

    Alternatively, you could wrap your existing filter conditions inside parentheses and add an or condition with your internal transfer filter.