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:
v-henryk-mstf
3 years agoCommunity Support
Hi CarlBlunck ,
Whether the advice given by DataInsights has solved your confusion, if the problem has been solved you can mark the reply for the standard answer to help the other members find it more quickly. If not, please point it out.
Looking forward to your feedback.
Best Regards,
Henry