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.
Good afternoon,
I have a report running using the ASP.Net Core example. Everything is fine with the report on first load, but when the .refresh() command is called to refresh the report, the catch clause is fired, but no error message is return in the error parameter?
I have no clue as to why this may be happening since the initial report load works as expected.
function refresahReport() {
console.log('refresahReport - report start');
//getReport1();
report.refresh().then(() => {
console.log('report refreshed successfully');
})
.catch(error => {
console.log('Error refreshing report:', error);
});
console.log('refresahReport - report end');
}
Any advice greatly appriciated.
Hi @PowerBIUserHoop ,
You can consider using the following two tools to collect error information:
Browser development tools check for network requests made during refreshes. Look for any failed requests or error responses that might provide more information.
Use the Fiddler tool to collect web traces:
Download Fiddler Web Debugging Tool for Free by Telerik
How to collect a network trace | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
10 | |
8 | |
4 | |
2 | |
2 |
User | Count |
---|---|
4 | |
3 | |
3 | |
3 | |
2 |