Forum Discussion
Refresh data from Python stuck in "Evaluating..."
- Anonymous4 years ago
Hi Anonymous,
In fact, power query also supports paginated API, you can take a look at the helper function if helps:
Helper functions for M extensions for Power Query connectors - Power Query | Microsoft Docs
In addition, you can also take a look at the buffer functions if your scenario is related to the memory spent on looping calculations:
Regards,
Xiaoxin Sheng
Hi, thanks for your answer.
I use python because i need to make a loop to the api for paginate.
The version I have is:
Versión: 2.108.603.0 64-bit
after a long time it only show this message:
as i wrote before, the script used to work but suddenly it get stuck. in evaluating.
Thanks!
Hi Anonymous,
In fact, power query also supports paginated API, you can take a look at the helper function if helps:
Helper functions for M extensions for Power Query connectors - Power Query | Microsoft Docs
In addition, you can also take a look at the buffer functions if your scenario is related to the memory spent on looping calculations:
Regards,
Xiaoxin Sheng
- Anonymous3 years agoNot applicable
Hi. I have been searching for examples of the use of getNextPage for API, but can't find it.
Do you have any example?