Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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:
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
22 | |
21 | |
19 | |
13 | |
12 |
User | Count |
---|---|
41 | |
32 | |
23 | |
22 | |
22 |