Forum Discussion
Anonymous
7 years agoNot applicable
Refresh fails with error - Cannot connect to the mashup data source.
Hey All, Getting the following error when (auto) refresh is triggered: Last refresh failed: Wed Jan 09 2019 06:15:24 GMT+1100 (AUS Eastern Daylight Time) Cannot connect to the mashup data source. ...
- 7 years ago
Hi Anonymous,
Please refer the stpeps of this bolg.
https://paultebraak.wordpress.com/2015/12/08/mysql-import-issues-with-power-bi-and-oldguids/
Regards,
Frank
- Anonymous7 years ago
Hey,
Wanted to update and summarize the issue.
Issue - In general there are issues with connections to MySQL DBs from Power BI. The symptom in my case was that data refresh did not work and failed with the error message in my first/original post.
Solution - Creat a connection string to MySQL DB with the query in it. For example:
= MySQL.Database("localhost:3306", "DB_Name", [ReturnSingleDatabase=true, OldGuids=true, Query="select * from MyTable where MyCondition"])There is no need to delete or re-create the original connection string. Just to update it.
Thank you GilbertQ and v-frfei-msft for your assistance.
Cheers!
GilbertQ
Super User
7 years agoHi there
Does this work if you refresh via the Power BI Desktop?
If it does, I would then suggest updating the Power BI On-Premise data gateway to the latest version to ensure that the mashup engine versions are the same.
Anonymous
7 years agoNot applicable
Hey GilbertQ
What do you mean refresh via the Power BI Desktop?
The gateway was installed this week, believe it is the latest one there is.
What do you mean refresh via the Power BI Desktop?
The gateway was installed this week, believe it is the latest one there is.
Anyhow, when I tried to update it, I got this error message below.
Reading previous posts, seems like it is a bug?!
What should be done? I dont want to lose my configurations.
The version installed is 3000.0.265 (December 2018), is that the latest (and greatest?)
What should be done? I dont want to lose my configurations.
The version installed is 3000.0.265 (December 2018), is that the latest (and greatest?)
Thanks!