Forum Discussion
OData performance issues
Hi,
Have you find an answer to the problem?
I have same issue with OData it is just terrible!
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
- Anonymous6 years agoNot applicable
Look at the examples here:
https://www.odata.org/getting-started/basic-tutorial/#filter
https://www.odata.org/getting-started/basic-tutorial/#select
If it will work, then it's supported 🙂
Of course you have to adjust it to your data model.
If you don't know how your data model looks like, you can get single record with: ?$top=1 or you can check the /$metadata endpoint.
- Anonymous6 years agoNot applicable
is that a faster approach then? 🙂
I haven't tried yet. Iam still wondering if its worth trying 🙂
lastly do i need to hard code everything from scratch ?
Best