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
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
- Anonymous7 years agoNot applicable
Anonymous ,
"I m trying to set-up schedule a PBI model but it won't work because he can't find the data base"
Could you please describe more about the above sentence? Do you have other data source in your dataset? When refreshing sharepoint online csv, gateway is not required in Power BI.
Regards,
Lydia- Anonymous7 years agoNot applicable
Anonymous
here is the error message I get when schedule refresh:
This table "Entries" mentionned in the error message is the append as new table of 2 database which are reference as source in the following credentials.
I also tried to do this append directly in DAX by using the UNION function instead of doing it in the Power Query Editor. And I get this error message:
I don't understand what this message wants to say with an existing cnnection was forcibly closed by remote host.
Any Ideas :-)?
Mark