This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 7 | |
| 6 | |
| 6 |