Forum Discussion
API request gets stuck at 'evaluating.'
"Evaluating..." means you changed the meta data, Power Query panicked, threw up, and now tries to remember what everything means. That includes rebuilding its meta data cache, and can take any number of minutes. The "simplest" advice is to wait it out. After that everything will be fine until the next meta data change. Which in your scenario seems to be every time you make that API call?
The ideal final result of a Power Query query is a partition (a table in layman's terms) that has exactly the same structure as the run before .
- NickoB722 years agoFrequent Visitor
I've tried waiting, but it times out. I also cannot refresh the data source in "Transform data".
The table that is created has the same structure each time, but with a different number of rows. I'm wondering if it has to do with it being a POST, instead of a GET. However, the API requires a POST.- lbendlin2 years agoSuper User
Your code sample seems to indicate a dynamic composition of column headers.