Forum Discussion
Anonymous
7 years agoNot applicable
OData performance issues
We have OData endpoint where every record contains also curve data (array of {x: number, y:number} objects). Those curves have ~600 points and there are arround 30 curves per record. In other words, ...
Anonymous
6 years agoNot applicable
Hi,
Have you find an answer to the problem?
I have same issue with OData it is just terrible!
Anonymous
6 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.