Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
ashmitp869
Post Partisan
Post Partisan

Data Gateway Setup Power BI

Hi,
I have a File Server connection to Power BI 
\\APP03\Operations\UAT\EMPLOYEES.csv

Is it possible to get datagateway or cloud connection with Power Bi Service ?

1 ACCEPTED SOLUTION
jaineshp
Memorable Member
Memorable Member

Hey @ashmitp869,

Yes, you absolutely need an On-Premises Data Gateway for this setup.

Step 1: Gateway Setup

  • Download and install the On-Premises Data Gateway on any server that can access your \APP03\Operations\UAT\ path
  • I usually pick a server that's already running 24/7 in the same network segment

Step 2: Configure the Connection

  • Add a new "File" data source in the gateway
  • Point it to your exact path: \APP03\Operations\UAT\EMPLOYEES.csv
  • Use a service account with read permissions to that share

Step 3: Power BI Service Setup

  • Publish your report from Desktop as usual
  • In the dataset settings, map it to your gateway data source
  • Set up scheduled refresh (I typically do every 4 hours for operational data)

Alternative if you want to avoid gateways:

  • Move the CSV to SharePoint Online - then you get direct cloud connectivity
  • Or set up a simple PowerShell script to copy files to OneDrive for Business folder

The gateway approach is more reliable for file shares, but if your IT team is open to it, the SharePoint route saves you ongoing gateway maintenance headaches.

Hope this helps! Let me know if you hit any snags during setup.


Fixed? ✓ Mark it • Share it • Help others!

Best Regards,
Jainesh Poojara | Power BI Developer

View solution in original post

1 REPLY 1
jaineshp
Memorable Member
Memorable Member

Hey @ashmitp869,

Yes, you absolutely need an On-Premises Data Gateway for this setup.

Step 1: Gateway Setup

  • Download and install the On-Premises Data Gateway on any server that can access your \APP03\Operations\UAT\ path
  • I usually pick a server that's already running 24/7 in the same network segment

Step 2: Configure the Connection

  • Add a new "File" data source in the gateway
  • Point it to your exact path: \APP03\Operations\UAT\EMPLOYEES.csv
  • Use a service account with read permissions to that share

Step 3: Power BI Service Setup

  • Publish your report from Desktop as usual
  • In the dataset settings, map it to your gateway data source
  • Set up scheduled refresh (I typically do every 4 hours for operational data)

Alternative if you want to avoid gateways:

  • Move the CSV to SharePoint Online - then you get direct cloud connectivity
  • Or set up a simple PowerShell script to copy files to OneDrive for Business folder

The gateway approach is more reliable for file shares, but if your IT team is open to it, the SharePoint route saves you ongoing gateway maintenance headaches.

Hope this helps! Let me know if you hit any snags during setup.


Fixed? ✓ Mark it • Share it • Help others!

Best Regards,
Jainesh Poojara | Power BI Developer

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors