Forum Discussion

smithD0's avatar
smithD0
Frequent Visitor
7 years ago
Solved

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...
  • georgy's avatar
    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,