Forum Discussion
OData performance issues
Anonymous ,
Please refer to the tips in doc and blog below:
https://docs.microsoft.com/en-us/power-bi/power-bi-reports-performance
https://blog.pragmaticworks.com/power-bi-performance-tips-and-techniques
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for reply, but unfortunatelly it's not helpfull at all.
I can use google myself and I already read those before I posted this question.
I'm looking for an answer to question why OData feed is much slower then downloading the data manually and using them as JSON source. Is it doing some validation against model which is time consuming or what?
Anyway even then the performance is terrible. Somebody with experience could tell if it's even worth a try to optimize this. Is our approach - download all and filter in Power BI, wrong for our data model? Is direct query - where we will filter data serverside based on user selected parameters better approach for this case?
Regards,
Michal
- Anonymous6 years agoNot applicable
Hi,
Have you find an answer to the problem?
I have same issue with OData it is just terrible!
- Anonymous6 years agoNot applicable
Hi,
Unfortunatelly no.
PowerBI is not cappable of processing high-volume OData payloads effeciently. If your endpoint supports filtering and projections ($filter, $select), you can apply those operators by yourself and import result into PowerBI as plain JSON.
- Anonymous6 years agoNot applicable
Hi,
How do I know if my end poind supports that?
Can you please elaborate? Iam not well experienced in that part.
Your help is really really appreciated.Regards