Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
qmestu
Helper IV
Helper IV

references other queries or steps, so it may not directly access a data source. Please rebuild this

I've sorted through most of the solutions presented on this board for this kind of error. I'm also using a single .pbix file that does not present this error if i load it on the desktop, but using the service (app.powerbi.com) the error presents itselft. 

 

My data is 3 tables that are merged, one of them comes from my onedrive, an the other two are from a webservice mall.

 

I've also isolated these 3 tables in a single file and the error still presents itself.

2 ACCEPTED SOLUTIONS

That's not merge, that's append.

View solution in original post

Poojara_D12
Super User
Super User

Hi @qmestu 

The issue you're experiencing, where your Power BI report works fine in Power BI Desktop but fails during scheduled refreshes in the Power BI Service, suggests that the root cause is likely related to how Power BI Service handles data source authentication, credentials, or connectivity. Since your data is coming from a mix of OneDrive and a web service, it's important to verify the credentials and permissions for both data sources within the Power BI Service. While the OneDrive connection might work in Power BI Desktop, the Power BI Service may require explicit reauthentication of the OneDrive credentials to ensure that the connection remains valid during scheduled refreshes. Similarly, the web service connection, which often involves API keys, OAuth, or other authentication methods, must be configured correctly in Power BI Service. If there are issues with expired tokens, revoked keys, or incorrect permissions, this could lead to the error you're seeing. To troubleshoot, you should check the data source credentials in the Power BI Service settings and confirm that they are correct and up to date. It’s also important to isolate the problem by testing the refresh for each data source individually—this will help identify whether the issue lies with OneDrive, the web service, or the merging of tables. Additionally, checking the refresh history for detailed error logs can offer insights into what specifically is causing the failure. If the data source credentials appear to be fine, the problem might also be related to the way the tables are merged, as the Power BI Service might struggle with refreshing complex queries that involve multiple data sources. In this case, simplifying the queries or checking for circular references or timeouts could help pinpoint the issue. Lastly, ensuring that any necessary data gateways or service principals are configured correctly in the Power BI Service is essential, as these components may also impact the refresh process. By systematically isolating and testing each data source and connection, you can narrow down the cause of the error and resolve the issue with scheduled refreshes.

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"

Kind Regards,
Poojara - Proud to be a Super User
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS

View solution in original post

6 REPLIES 6
Poojara_D12
Super User
Super User

Hi @qmestu 

The issue you're experiencing, where your Power BI report works fine in Power BI Desktop but fails during scheduled refreshes in the Power BI Service, suggests that the root cause is likely related to how Power BI Service handles data source authentication, credentials, or connectivity. Since your data is coming from a mix of OneDrive and a web service, it's important to verify the credentials and permissions for both data sources within the Power BI Service. While the OneDrive connection might work in Power BI Desktop, the Power BI Service may require explicit reauthentication of the OneDrive credentials to ensure that the connection remains valid during scheduled refreshes. Similarly, the web service connection, which often involves API keys, OAuth, or other authentication methods, must be configured correctly in Power BI Service. If there are issues with expired tokens, revoked keys, or incorrect permissions, this could lead to the error you're seeing. To troubleshoot, you should check the data source credentials in the Power BI Service settings and confirm that they are correct and up to date. It’s also important to isolate the problem by testing the refresh for each data source individually—this will help identify whether the issue lies with OneDrive, the web service, or the merging of tables. Additionally, checking the refresh history for detailed error logs can offer insights into what specifically is causing the failure. If the data source credentials appear to be fine, the problem might also be related to the way the tables are merged, as the Power BI Service might struggle with refreshing complex queries that involve multiple data sources. In this case, simplifying the queries or checking for circular references or timeouts could help pinpoint the issue. Lastly, ensuring that any necessary data gateways or service principals are configured correctly in the Power BI Service is essential, as these components may also impact the refresh process. By systematically isolating and testing each data source and connection, you can narrow down the cause of the error and resolve the issue with scheduled refreshes.

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"

Kind Regards,
Poojara - Proud to be a Super User
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS
v-prasare
Community Support
Community Support

Hi @qmestu,

Thanks for reaching out MS Fabric community support.

 

@lbendlin, thanks for your promt response here.

 

As we haven’t heard back from you, we wanted to check in to see if the resolution provided helps?

If you’re still facing any issues or have additional questions, please don’t hesitate to let us know.

 

We’re here to help and would be happy to assist further if needed. Looking forward to your feedback!

 

 

Thanks,

Prashanth Are

MS Fabric community support.

 

Did we answer your question? Mark post as a solution, this will help others!

If our response(s) assisted you in any way, don't forget to drop me a "Kudos"

It does not.

lbendlin
Super User
Super User

My data is 3 tables that are merged

Try not to do that. See if you can join them in the data model instead.

 

 

Not possible. I need to merge them as they need to have the same structure as other existing data.

That's not merge, that's append.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors