Forum Discussion
smithD0
7 years agoFrequent Visitor
Calculating Yearly Total with two different date columns
I'm trying to show a user population over time that takes into account the users not only being added to the total, but also subtracted as they leave the group. I have used the bulit in quick measur...
- 7 years ago
Hi,
It seems like adding another FILTER() should help, and I think DAX allows you to have as many filter as you need (not 100% sure on this):
calculate(measure, FILTER(), FILTER()) and so on.
Cheers,
georgy
7 years agoFrequent Visitor
Hi,
It seems like adding another FILTER() should help, and I think DAX allows you to have as many filter as you need (not 100% sure on this):
calculate(measure, FILTER(), FILTER()) and so on.
Cheers,