Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I haven't modified my code in months, and yet, since a few days ago, the reports stopped working 😞
I don't even get a timeout, it just hangs.
It hapens when I am tring to render a report (GetReportInGroup) or when I try to get the reports list (PowerBIClient.Reports.GetReportsInGroup)
There's no error message, nothing, it just hangs.
Solved! Go to Solution.
I've "Fixed it"
From the NuGet Packages, I've downgraded Microsoft.Rest.ClientRuntime from 2.3.13 to 2.3.12 and now it works perfectly.
Anyone from Microsoft to handle/explain this?
I've "Fixed it"
From the NuGet Packages, I've downgraded Microsoft.Rest.ClientRuntime from 2.3.13 to 2.3.12 and now it works perfectly.
Anyone from Microsoft to handle/explain this?
Great to have it fixed. I checked we use Microsoft.Rest.ClientRuntime 2.0.1.
I came across at similar behaviour for another call CloneReportInGroupAsync. It hangs and nothing happened. ut once I checked HTTP call with PostMan it returned some 4XX (don't remember exactly) error. Then I changed a bit parameters and it start working. So, possible, but I'm not sure, its bug with processing status codes in SDK.
Also I used Async version of methods.
What do you mean by "I changed a bit parameters"?
In my case I didn't pass optional arguments, but once I set up it explicitly it start working. In you code you pass only workspace id (group id), so just check is it valid.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
36 | |
27 | |
27 | |
27 |
User | Count |
---|---|
62 | |
53 | |
30 | |
24 | |
23 |