I found that the table "Bystronic_Log" was grouping the rows, not my query so I quit linking to that table and created smaller tables to access the data points I needed out of it.
Inner Join is grouping rows

Chantalr99
96
Reputation points
HI there, when I do this inner join, its grouping my bends rather than showing them one by one in rows. It will show one for all the bends of the same type. I don't know how to join these tables ( which I'm doing to apply the names) without the bends grouping themselves. I need to see each individual bend.
Thanks
Accepted answer
1 additional answer
Sort by: Most helpful
-
Olaf Helper 28,936 Reputation points
2021-09-14T12:54:35.047+00:00 A JOIN never forces an implicit grouping of the data.
What's that for a tool in the second screenshot? Looks like PowerPivot/PowerQuery?
I see at least one active filter on column "BendCount"; may does that causes that you see a limited result?