Forum Discussion
Can't schedule refresh 2 appended data base in the Query Editor
- Anonymous7 years ago
Well I delete the dataset and republish it and now it working. I started with file stored on local server, then local one drive file and finally web one drive URL. Power BI probably got crazy with all those changes.
Thanks for your time and help :-)
Mark
Hello Rasty,
thank you for your reply, I appended as new query.
But since it a new query, I think the problem is coming from this
Source = Table.Combine({#"Argo entries Final modèle", #"Integra entries final modèle"})
As you can see it is not taking the source I m providing on the service sicne the source are the 2 tables.
Have you been able to resolve the issue? By appending query (not as new)=
regards
Mark Lovejoy
Hi Mark,
I am using also 2 types of connections where I made merge.
Using HANA and excel from sharepoint. I had only issue when I have merged hana into excel table.
But when I have merged as new query, it's working perfectly.
Try to use below, looks like you had one "#" extra before first table
Source = Table.Combine({"Argo entries Final modèle", #"Integra entries final modèle"})
//Rasty