Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
HI,
I have two tables, contianing ID#'s.
Table A has a certain fixed Unique set of ID #'s.
Table B has multiple rows of each ID# meaning multiple recordings.
I'm trying to select the ID# from Table A and show the multiple rows in Table B associated to that #. The relationships is not working. Is Measure option the way to go?
Hi @drallam,
When you say the join isn't working did you get an error message when you attempted to join? If so are both ID's set to the same data type?
If they are joined ok and are the same data type is that data type Whole Number or Text?
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 20 | |
| 19 | |
| 11 |
| User | Count |
|---|---|
| 65 | |
| 54 | |
| 46 | |
| 44 | |
| 31 |