Forum Discussion
API data not refreshing in Service
- 2 years ago
That'll do it. This setting is ignored in the service, and the service will always try to run queries in parallel.
One way to prevent that is to use the Function.InvokeAfter trick.
Did some research on the Function.InvokeAfter and modified my code.
It fully refreshed in desktop. Also made some visual changes to ensure the changes pushed up to the Service.
Still failing in the service with same error.
Thoughts?
5 seconds is not really a delay. try something a bit higher.
- Aron_Moore2 years agoSolution Specialist
I've increased to #duration(0,0,0,30). Refreshed fine in the desktop app, though took much longer.
Pushed the change to the service.... still failing. Same error.
- lbendlin2 years agoSuper User
that's the end of my rope. If you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
Otherwise you can raise an issue at https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues . - Aron_Moore2 years agoSolution Specialist
Was hoping to avoid doing that dance...
I'm waiting for our JIRA team to get back to me just in case there is some limit that the service is hitting that desktop does not. Maybe they'll have logs from the JIRA side that would be helpful (and will probably be asked for by help desk). - Sakya172 years agoFrequent Visitor
Did you find the solution? Please update having same issue here.