Forum Discussion
Anonymous
4 years agoNot applicable
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 ...
- 4 years ago
Hi Anonymous
Please refer to attached file with the solutionCurrent Membership = CALCULATE ( SELECTEDVALUE ( 'Members'[Membership] ), 'Members'[From_date] <= MAX ( Course[Date] ), 'Members'[To_date] >= MAX ( Course[Date] ) )
tamerj1
Community Champion
4 years agoHi 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] )
)Anonymous
4 years agoNot applicable
Thank you so much tamerj1 ! 🙂