Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Extract status on specific time

Hi all,   I have created a dummy-file to make it easier to understand and help with the question. The link to the file: https://www.dropbox.com/s/91dpxrh3umwuv12/Course%20dummy-file.pbix?dl=0   ...
  • tamerj1's avatar
    4 years ago

    Hi Anonymous 
    Please refer to attached file with the solution

    Current Membership = 
    CALCULATE (
        SELECTEDVALUE ( 'Members'[Membership] ),
        'Members'[From_date] <= MAX ( Course[Date] ), 
        'Members'[To_date] >= MAX ( Course[Date] )
    )