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
Hi Mark,
I had same issue with merging query.
Did you appended query or appended as new query?
If you have just appended to one of the tables then PBI service will give you error.
BR
//Rasty
- Anonymous7 years agoNot applicable
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
- Anonymous7 years agoNot applicable
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
- Anonymous7 years agoNot applicable
Anonymous ,
Do you connect to CSV files in Power BI? How do you add the CSV data sources within gateway?
In Power BI Desktop, you can choose "Append queries" instead of "Append queries as new" to combine two tables.
Or you can create the append table with DAX instead by using UNION() function.
Regards,
Lydia- Anonymous7 years agoNot applicable
Hello Lydia,
thank you for your reply.
I m storing those CSV on One drive, so I m using a web link with the Sharepoint URL.
I was not able to add does links to the gateway "for access forbidden" reasons, I don't completle understand why I get this mistake. So I m connecting with direct credentials. This new appended table doesn't have direct link to it since it is compose of 2 different sources (referenced as data source in the schduled refresh credentials).
I wondering if the Gateway would resolve this issue and allow me to append 2 data base. But since I can't configure gateway I can't try it.
*btw I did the schedule refresh for another model without appended table and the schedule refresh works...
Regards
Mark Lovejoy