Join 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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I've published a PowerBI file that is working on my desktop refreshing the data etc. but when i published it's not letting me refresh because it can't find the files.
I'm getting my files from a folder path (csv) and from a database. The issue is, i've already accounted the missing files with a file error handler ,that if a file is missing or is not present on a folder, it will get data from a table. which is working fine if i do it on desktop. (see below)
So trying to refresh will give me an error on the workspace Dataset settings. Has anyone encountered this issue?
any suggestions to resolve this?
thank you
@Anonymous
My guess is that the CSV file is not present in/accessible from your gateway machine.
You need to either install gateway on the machine where your CSV file is located or keep your CSV file in a shared drive so that the gateway can connect to your source file.
Did I answer your questions? Give a thumbs up and accept this post as solution!