Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
A bit in general about the data: We have data on completed events, the date on which these events were carried out and which participant from the membership register has taken part. We also have data that gives us information about the members. These members have different statuses, such as ordinary, silver, gold and Vip.
The problem is: When I want to see which participants that have taken part in an event and their status at that time of the course, the member is displayed several times if they have had different statuses. If you’re for example look at the members Arild Johnsen and Axel Roling they have both participated on the Excel Course. Arild had a Vip membership at the time when the course occurred, and Axel had a silver membership at the time the course occurred. Arild is displayed two times because he has had two different memberships and Axel is displayed three times because he has had three different memberships.
In the course overview I do not want their names to list several times and I only want to see Arild and Axels memberships at the time when the event was carried out.
Solved! Go to Solution.
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] )
)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
3 |
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
8 |