Forum Discussion
PowerBeeEye
5 years agoMicrosoft Employee
Count unique rows in related table including zero
Hello, I have two tables that look like this: GroupNames Group A Group B Group C CompanyName GroupName MemberName CompanyA GroupA MemberA CompanyA GroupA Mem...
- 5 years ago
Hi PowerBeeEye ,
Try this:
1. Be careful of unnecessary spaces. Remove the sapces in the table below.
GroupNames Group A Group B Group C 2. Create relationships.
3. Create a measure.
Count = DISTINCTCOUNT(Company[MemberName])+0Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
Icey
5 years agoCommunity Support
Hi PowerBeeEye ,
Try this:
1. Be careful of unnecessary spaces. Remove the sapces in the table below.
| GroupNames |
| Group A |
| Group B |
| Group C |
2. Create relationships.
3. Create a measure.
Count = DISTINCTCOUNT(Company[MemberName])+0
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.