Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
So, I have a report that I built in Desktop using what I thought was a link to some data in GitHub. At least, the first time I did it, it worked. I scheduled a refresh, and it says it refreshed successfully, but there are no data at all!
As a result, I am building the same report out connecting to two .csv files. I got the report built, and when the next day's data came out, I downloaded the files and saved them in the same directory (a dropbox folder), using the same filenames. When I clicked the "refresh" button, however, the data stayed the same...the new day's data did not come in. What am I doing wrong?
Solved! Go to Solution.
Power Query doesn't access Dropbox at all @ripstaur so it must be "local" in that you have sync'd them to your machine. The gateway will have to be propery configured to allow that.
M code can be obtained from the advanced editor. The reverse of these instructions basically:
How to use M code provided in a blank query:
1) In Power Query, select New Source, then Blank Query
2) On the Home ribbon, select "Advanced Editor" button
3) Remove everything you see, then paste the M code I've given you in that box.
4) Press Done
5) See this article if you need help using this M code in your model.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingI'd need to see the M code on how those connections are working to troubleshoot much more.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingThanks for the questions. I am sure I am downloading them to the same folder. As to whether it's local, that depends on your definition of local. It is not in a sharepoint library. It is in a dropbox folder. I have not touched any gateway permissions, so I have to think they would all be the same. If you could point me to how I can give you the M code, I'd be happy to get it and post it here.
Power Query doesn't access Dropbox at all @ripstaur so it must be "local" in that you have sync'd them to your machine. The gateway will have to be propery configured to allow that.
M code can be obtained from the advanced editor. The reverse of these instructions basically:
How to use M code provided in a blank query:
1) In Power Query, select New Source, then Blank Query
2) On the Home ribbon, select "Advanced Editor" button
3) Remove everything you see, then paste the M code I've given you in that box.
4) Press Done
5) See this article if you need help using this M code in your model.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingCopying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.