Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello team,
My Azure function is failing sometimes and I am not able to understand the reason behind this.
The execution flow of the Azure function is shown as below:
GetAccessToken -> CreatePowerBIClient -> ExportPowerBIReports
When I checked the logs of my Azure function, It is containing few failures.
Exception: System.AggregateException
Message: One or more errors occurred. (An error occurred while sending the request.)
This Exception is occuring exactly when I called "clientApp.AcquireTokenForClient(scopes).ExecuteAsync().Result" to get Azure AD token for service principal
In some other cases, I am getting the below exception message when trying to retrieve the PowerBIReports using PowerBIClient
Client.Reports.GetReportsAsync |
Exception: TaskCanceledException
Message: The operation was canceled.
I would like to know if there is any issue with Power BI client in .NET
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.