Forum Discussion
NAOS
7 years agoAdvocate III
Power Query - How to identify slow steps in query.
Hi all, I would like to know if there is a way to identify which query steps are slowing down the overall refresh time of my queries. I've been doing some reading and suggestions vary a lot, with ...
- 7 years ago
using Table.Buffer or List.Buffer may help in the scenarios you mentioned
ImkeF has created nice summary of different M performance tips:
https://www.thebiccountant.com/speedperformance-aspects/
Stachu
7 years agoCommunity Champion
using Table.Buffer or List.Buffer may help in the scenarios you mentioned
ImkeF has created nice summary of different M performance tips:
https://www.thebiccountant.com/speedperformance-aspects/