Forum Discussion
Two different scenarios in same Measure
- 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.
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.
- smc19064 years agoFrequent Visitor
Thank you very much! The two separate measures, combined with a third, worked perfectly!