Forum Discussion
Power BI row count increases when loading two tables
- 1 year ago
Hi,
Yes and as far as i know its common behaviour of Power BI. Because, internally its engine finds the common data from any columns and create cross join. when we specify expicitely relationship, the rows should be reduced to correct data. this is as per my knowledge only.
Please clarify what you mean by "load". As soon as you have a visual with columns from both tables you will get a cartesian (cross join).
- nayanpatel1 year agoNew Member
Hi,
Its import data in power Bi using Import query method.
- lbendlin1 year agoSuper User
So you observe the row count increase without ever creating a visual?
- nayanpatel1 year agoNew Member
Hi,
Yes and as far as i know its common behaviour of Power BI. Because, internally its engine finds the common data from any columns and create cross join. when we specify expicitely relationship, the rows should be reduced to correct data. this is as per my knowledge only.