Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 23 | |
| 14 | |
| 10 | |
| 6 | |
| 5 |