Forum Discussion
Robert_T
6 years agoFrequent Visitor
Error with Data Refresh in Online Service for Web API Data Source
When initating a data refresh for a particular dataset in the online Power BI service, the following error is returned after roughly 2 hours: {"error":{"code":"ModelRefresh_ShortMessage_Processin...
- 6 years ago
Hi Robert_T ,
You have touched the maximum refresh time of shared capacity. You can upgrade it to premium capacity. Or try to optimize your data source to reduce data refresh.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Robert_T
4 years agoFrequent Visitor
Hey DineiSilva, I ended up implementing a workaround whereby I broke up the dataset into multiple parts (~6) and performed separate parallel API calls for the different parts. I was not able to get the entire large dataset in a single call.
DineiSilva
4 years agoRegular Visitor
Thank you Robert_T for your answer.
I needed change my data set, mainly the ordem of the Incremental refresh in the steps (Power Query). After this action, my issue was solve.
Thank you again.