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.
Table 1
ID | Name |
1 | Orange |
2 | Blue |
3 | Black |
4 | Green |
Table 2
ID | Location | Name | NameId |
1 | Atlanta | Blue | 2 |
2 | Rome | Blue | 2 |
3 | London | Black | 3 |
4 | Paris | Orange | 1 |
Table 1 have a 1 to many relationship with Table 2. I want to create a measure to count the rows for each name to have a total of each name that is valued in Table 2. Then I want to identify how many names have 1 or less rows in Table 2.
Thank you for any help you can provide!
Why a many-to-many relationship? The colors are unique.
Please provide sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
11 | |
9 | |
6 |