Hello,
I have developed a web application using .NET Core as the backend and Angular as the frontend. I have successfully embedded normal reports using the Power BI service. However, I am facing an issue when trying to embed paginated reports. The error message I received reads: "Connection open intermittent error while reading in Analysis Services, needs retry."
Additionally, when I tried to embed an empty paginated report, I received the error message: "One or more errors occurred while converting CSDL to a conceptual schema."
It is worth noting that the token generation method works fine, and the token is returned to the frontend. The issue only arises when attempting to render the report. I am using the "powerbi-client-angular" library in Angular for embedding the Power BI report.
Do you have any advice on how to resolve this issue?
Thank you.