Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have two tables : Active Members and Time Entries. They are related by MemberID. When a member puts time in their card, a row is created in the dataset for that day. I would like to get a measure that returns a list of members that are in the Active Member Table, but have no time entry rows in the Time Entry table for the filtered date in the report. Thanks!
Active Member
Member ID |
Member1 |
Member2 |
Member3 |
Time Entry
Date | MemberID | Hours |
4/21/2020 | Member1 | 8 |
4/21/2020 | Member2 | 8 |
4/22/2020 | Member1 | 8 |
4/22/2020 | Member3 | 8 |
If the above data is what I am filtering, I should get a result returned of:
Measure
MemberID | Date |
Member3 | 4/21/2020 |
Member2 | 4/22/2020 |
Thanks for the assist!
Solved! Go to Solution.
Well, you can't return a table from a measure. So perhaps a matrix visual with something along the lines of:
Hi @msimmonsmcse ,
Check this file: Download PBIX
I've created a line for those member without hours.
If you consider it as a solution, please mark as a solution and kudos.
Ricardo
Well, you can't return a table from a measure. So perhaps a matrix visual with something along the lines of:
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
18 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
25 | |
10 | |
10 | |
9 | |
6 |