<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can you use UNC pathing with Power BI data sources? in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3834492#M1237985</link>
    <description>&lt;P&gt;The network drive letter may not be&amp;nbsp;guaranteed to be consistant across all of the workstations on our local network.&amp;nbsp; Is it possible to use UNC pathing for data sources?&amp;nbsp; &amp;nbsp;I want to provide a general template for our users to get their feet wet with using Power BI with data sources provided from a central location on the network.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2024 16:57:46 GMT</pubDate>
    <dc:creator>Dan_at_TWE</dc:creator>
    <dc:date>2024-04-12T16:57:46Z</dc:date>
    <item>
      <title>Can you use UNC pathing with Power BI data sources?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3834492#M1237985</link>
      <description>&lt;P&gt;The network drive letter may not be&amp;nbsp;guaranteed to be consistant across all of the workstations on our local network.&amp;nbsp; Is it possible to use UNC pathing for data sources?&amp;nbsp; &amp;nbsp;I want to provide a general template for our users to get their feet wet with using Power BI with data sources provided from a central location on the network.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 16:57:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3834492#M1237985</guid>
      <dc:creator>Dan_at_TWE</dc:creator>
      <dc:date>2024-04-12T16:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use UNC pathing with Power BI data sources?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3834578#M1238011</link>
      <description>&lt;P&gt;Yes you can. Make sure it starts with \\&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;optional: go to command prompt and type "net use" and copy from here to begin with&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 17:51:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3834578#M1238011</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2024-04-12T17:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use UNC pathing with Power BI data sources?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3834634#M1238032</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="720278" data-lia-user-login="Dan_at_TWE" class="lia-mention lia-mention-user"&gt;Dan_at_TWE&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Absolutely, UNC (Universal Naming Convention) paths are a great solution for pointing to shared network resources in a consistent way, especially when drive letters might differ between user workstations. Power BI supports UNC paths for connecting to data sources.&lt;/P&gt;&lt;P&gt;Here’s how you can use a UNC path in Power BI:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Connect to a Data Source:&lt;BR /&gt;- When you go to "Get Data" and select the data source type, if it's a file type (like Excel, Text/CSV, XML, JSON, etc.), instead of browsing to a network drive letter, you can enter the UNC path directly into the File path field.&lt;BR /&gt;- The format of a UNC path is `\\ServerName\SharedFolder\Resource`, where you replace `ServerName`, `SharedFolder`, and `Resource` with your network server and folder names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Edit Queries:&lt;BR /&gt;- If you've already connected to a data source using a mapped drive, you can convert it to a UNC path by editing the source step in Power Query.&lt;BR /&gt;- In the Power Query Editor, select the source step, and in the formula bar, you can replace the file path with the UNC path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Data Refresh:&lt;BR /&gt;- For scheduled refreshes in the Power BI service, using a UNC path is actually necessary because the Power BI service won't recognize mapped drives on your local machine.&lt;BR /&gt;- Ensure that the Gateway used for refreshing the data has access to the UNC path and the necessary permissions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Parameterization:&lt;BR /&gt;- You can parameterize your data source paths in Power BI, which makes it easier to change the path later without editing the M code directly.&lt;BR /&gt;- Create a parameter with the UNC path and use it in your data source settings. Users can then change the parameter value if needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Security Consideration:&lt;BR /&gt;- Ensure that all intended users have the necessary permissions to access the UNC path you provide. Permissions issues are common pitfalls when accessing network locations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. Creating a Template:&lt;BR /&gt;- You can save your Power BI report as a template (.pbit) file after setting up your connections using UNC paths.&lt;BR /&gt;- When users open the template, they can connect to the same central data sources without worrying about drive letter mappings.&lt;/P&gt;&lt;P&gt;By using UNC paths, you create a more robust and transportable solution for Power BI reports that can be used across different machines without the need to worry about local drive mappings.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 18:34:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3834634#M1238032</guid>
      <dc:creator>AnalyticsWizard</dc:creator>
      <dc:date>2024-04-12T18:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use UNC pathing with Power BI data sources?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3834662#M1238043</link>
      <description>&lt;P&gt;Darn. IO error 67.&amp;nbsp; &amp;nbsp;Using the drive letters works fine.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 18:51:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3834662#M1238043</guid>
      <dc:creator>Dan_at_TWE</dc:creator>
      <dc:date>2024-04-12T18:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use UNC pathing with Power BI data sources?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3834771#M1238095</link>
      <description>&lt;P&gt;I did.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read about this error a bit before I posted.&amp;nbsp; &amp;nbsp;It's a permissions thing I think. I think Windows mapping has permissions set up when the mapping is made, so it all works when you use it.&amp;nbsp; UNC paths (using IP addresses) can be somewhat different.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 20:28:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3834771#M1238095</guid>
      <dc:creator>Dan_at_TWE</dc:creator>
      <dc:date>2024-04-12T20:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use UNC pathing with Power BI data sources?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3837784#M1238741</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="29249" data-lia-user-login="sevenhills" class="lia-mention lia-mention-user"&gt;sevenhills&lt;/a&gt;&amp;nbsp;,&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="707047" data-lia-user-login="AnalyticsWizard" class="lia-mention lia-mention-user"&gt;AnalyticsWizard&lt;/a&gt;&amp;nbsp;Thanks for your contribution on this thread.&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="720278" data-lia-user-login="Dan_at_TWE" class="lia-mention lia-mention-user"&gt;Dan_at_TWE&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="29249" data-lia-user-login="sevenhills" class="lia-mention lia-mention-user"&gt;sevenhills&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="707047" data-lia-user-login="AnalyticsWizard" class="lia-mention lia-mention-user"&gt;AnalyticsWizard&lt;/a&gt;&amp;nbsp;said,&amp;nbsp;you can use UNC (Universal Naming Convention) paths with Power BI data sources. UNC paths are a great solution for pointing to shared network resources in a consistent way, especially when drive letters might differ between user workstations. However, please&amp;nbsp;&lt;SPAN&gt;ensure that the user account running Power BI has appropriate permissions to access the network share first...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/Personal-Gateway-On-Prem-File-Refresh-and-UNC-Paths/m-p/13755" target="_blank"&gt;Solved: Personal Gateway: On-Prem File Refresh and UNC Pa... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regard&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 09:49:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3837784#M1238741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-15T09:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use UNC pathing with Power BI data sources?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3838404#M1238838</link>
      <description>&lt;P&gt;The problem with that is, more and more business environments are managed networks. Usually by a third party. As such users don't have admin accounts. The one saving grace of Power BI desktop is that you don't need admin permissions to install it. The rest, is not a problem with Power BI specifically, but with Windows in general. It was never designed for the user for the workstation to run as anything other than an admin account, IMHO.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 13:13:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3838404#M1238838</guid>
      <dc:creator>Dan_at_TWE</dc:creator>
      <dc:date>2024-04-15T13:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use UNC pathing with Power BI data sources?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3840701#M1239390</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="720278" data-lia-user-login="Dan_at_TWE" class="lia-mention lia-mention-user"&gt;Dan_at_TWE&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As a report creator, you must provide the necessary credentials to ensure that the data source can be loaded into Power BI with adequate permissions.&amp;nbsp;Upon publishing the report to Service, it’s essential to configure the gateway appropriately. This step is vital for maintaining seamless data connectivity and ensuring the report’s functionality.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/Personal-Gateway-On-Prem-File-Refresh-and-UNC-Paths/m-p/13755" target="_blank"&gt;Solved: Personal Gateway: On-Prem File Refresh and UNC Pa... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 09:15:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3840701#M1239390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-16T09:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use UNC pathing with Power BI data sources?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3841658#M1239641</link>
      <description>&lt;P&gt;There are corporate security concerns with using a third party service for sharing the data. Granted, no more so than using Office 365, but I would need buy in from management to use the service.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 13:25:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Can-you-use-UNC-pathing-with-Power-BI-data-sources/m-p/3841658#M1239641</guid>
      <dc:creator>Dan_at_TWE</dc:creator>
      <dc:date>2024-04-16T13:25:49Z</dc:date>
    </item>
  </channel>
</rss>

