Forum Discussion
Data source error: We're sorry, an error occurred during evaluation.
We have used the Power BI desktop to create a report. The report data source is an external API which requires basic authentication. We have no problem refreshing the data in the Power BI desktop application.
However, when we publish the Dataset and try and to refresh the data in the Power BI (web version) we recieve the follow error.
Data source type:
Data source error: We're sorry, an error occurred during evaluation.
Cluster URI: WABI-AUSTRALIA-SOUTHEAST-redirect.analysis.windows.net
Activity ID: 653d7ecf-b95b-4105-9c56-48bf924b65ba
Request ID: ec081686-aa7b-d995-95ad-d7615ab97687
Time: 2016-04-29 01:01:38Z
We have reentered the Data Source credentials to ensure that is not the issue.
Thank you in advance for your assistance.
19 Replies
- Amanda-LeeNew Member
Hi,
I get this error when I try to refresh a dataset. My data is on a MySQL server. The data gets puled into my Power BI report via SQL queries. I created the report in Power BI desktop and uploaded it to PowerBi online version so my collueges could use it as well. I have been using this report for months without issue, until this morning.
I am working on the latest version of datagateway and my dataset is linked to my gateway.
I have no idea wat to do further. Please help.
- ankitpatiraCommunity Champion
gstuart which connector under Get Data have you used in powerbi desktop ?
- gstuartRegular Visitor
I used the Web connector.
- arifyMicrosoft Employee
Hi,
Web.Page doesn't apply Basic Authentication (because of security reasons we've disabled it). But, you can use it in Web.Contents.
Your query is probably shaped like this: Web.Page( Web.Contents( ...) )
Try adding Table.Buffer in the between:
Web.Page( Table.Buffer( Web.Contents( ...) ) )
- nakiaFrequent Visitor
Hi, I was wondering if you could elaborate on the solution for this problem.
I having the exact same error occur and I have tried wrapping the Web.Content in Binary.Buffer as suggested and am still getting the same error occur.
- arifyMicrosoft Employee
Hi,
That sounds like a different issue, we need someone else's input on that, sorry :/
- hinaFrequent Visitor
i am getting this error when i am trying to refresh the access db dataset using personal gateway. I have installed both 32bit and 64 bit redistributble engine for MS access
can anyone please help?