March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a few tables that look like this:
_User Table:
Business Unit | Plant | |
Person1@company.com | ||
Person2@company.com |
SRA ProjectPlace Members:
Member ID | Last Active | |
Person1@company.com | ABCDEFG | |
Person2@company.com | 1234567 |
SRA Member Roles
Member ID | WorkspaceID | Role Name |
ABCDEFG | XXXXXXXXXX | Role 1 |
ABCDEFG | YYYYYYYYYYY | Role 2 |
1234567 | XXXXXXXXXX | Role 2 |
1234567 | YYYYYYYYYYY | Role 3 |
I'd like to be able to count for each person how many different projects (workspace IDs) they are listed as "Role 1" vs "Role 2" etc on, and how many different projects they are listed on at all, or if they are listed on none. I'm not sure if my relationships aren't right, but I can't seem to get the formula to work. I've beein trying to do it in a measure - does it need to be a calculated column instead?
Solved! Go to Solution.
Hi DemingPDCA,
Please try creating a calculated column on your user table and use the function "COUNTX" for the column.
Please check this post.
I think it has the same requirement you are looking for.
Hi DemingPDCA,
Please try creating a calculated column on your user table and use the function "COUNTX" for the column.
Please check this post.
I think it has the same requirement you are looking for.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |