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 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. I have been searching for examples of the use of getNextPage for API, but can't find it.
Do you have any example?