Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello,
I have a problem with the scheduled refresh for my reporting (It works fine on pbi desktop).
For 4 tables of my data model, I need to combine 2 csv (the csv are in a server and I call this files directly by url).
Each morning, I have the following message : "Information is needed in order to combine data Table: xxxxxx".
----------------
Example call for one combine table :
Table 1 -> Csv.Document(Web.Contents("http://www.xxxxx.fr/my_file_1.csv"),[Delimiter=";", Columns=8, Encoding=65001, QuoteStyle=QuoteStyle.None])
Table 2 -> Csv.Document(Web.Contents("http://www.xxxxx.fr/my_file_2.csv"),[Delimiter=";", Columns=8, Encoding=65001, QuoteStyle=QuoteStyle.None])
Final table -> Table.Combine({#"Table1",#"Table2"})
------------------
How I can solve this problem please ?
Thank you,
Solved! Go to Solution.
Hi @Quentin_ ,
After researching, I think it might be caused by privacy level. Please follow the steps to check it in Desktop and Service.
In Desktop:
File > Options and settings >Data source settings > Change privacy level to None or organizational
In Service:
Manage gateways >Advanced settings
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Quentin_ ,
After researching, I think it might be caused by privacy level. Please follow the steps to check it in Desktop and Service.
In Desktop:
File > Options and settings >Data source settings > Change privacy level to None or organizational
In Service:
Manage gateways >Advanced settings
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 24 | |
| 10 | |
| 9 | |
| 5 | |
| 5 |