Forum Discussion
CarlBlunck
3 years agoResolver I
Power query loading more rows than expected
Hi community, I've got a query that when loading (rather slowly), generates 69,000 + rows however the query should only generate around 26,000. The query imports data from SQL, and does what I thin...
- 3 years ago
You could a row count step after each step so you can identify where the additional rows get added:
Table.RowCount(PreviousStep)This formatting tool will improve readability:
DataInsights
3 years agoSuper User
You could a row count step after each step so you can identify where the additional rows get added:
Table.RowCount(PreviousStep)
This formatting tool will improve readability: