<?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 Re: Local Data Sources With An AppSource App in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Local-Data-Sources-With-An-AppSource-App/m-p/4590627#M59696</link>
    <description>&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Delivering a Power BI App via AppSource that takes data from local data files on a user's PC is not directly &lt;FONT color="#000000"&gt;supported due to the nature of Power BI's cloud-based architecture. However, you can achieve a similar outcome by guiding users to set up a local data gateway and parameterizing the data source in Power BI Desktop.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Create Parameters:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Go to the "Home" tab and click on "Manage Parameters" &amp;gt; "New Parameter."&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Create parameters for the local directory and file name.&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Example:&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Parameter Name: &lt;SPAN&gt;LocalDirectory &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Data Type: Text&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Current Value: C:/MyData&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Parameter Name: &lt;SPAN&gt;FileName&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Data Type: Text&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Current Value: Fred.xlsx&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Use Parameters in Data Source:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Go to "Home" &amp;gt; "Transform Data" to open the Power Query Editor.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Click on "New Source" &amp;gt; "File" &amp;gt; "Excel" (or the appropriate file type)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;In the filepath use the parameters you created:&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;let&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Source &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; Excel.Workbook(File.Contents(LocalDirectory &lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt; &lt;SPAN&gt;"\"&lt;/SPAN&gt; &lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt; FileName), &lt;/SPAN&gt;&lt;SPAN&gt;null&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Source&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Load Data and Create Report:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Load the data and create your report as usual.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;Step 2: Publish the Report to Power BI Service&lt;/FONT&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Publish the Report:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Save and publish the report to your Power BI workspace.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;Step 3: Set Up a Data Gateway&lt;/FONT&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Install and Configure Data Gateway:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Users need to install and configure an on-premises data gateway on their local machine.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Follow the instructions here:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="" href="vscode-file://vscode-app/c:/Users/alex.curtis/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html" target="_blank" rel="noopener"&gt;Install an on-premises data gateway&lt;/A&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Map Data Source to Gateway:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;In the Power BI Service, go to the workspace where the report is published.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Go to "Settings" &amp;gt; "Datasets" &amp;gt; "Gateway connection."&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Map the dataset to the configured data gateway and ensure the data source settings match the local file paths.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;Step 4: Distribute the App via AppSource&lt;/FONT&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Create and Publish the App:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;Create an app in the Power BI Service that includes your report.&lt;/LI&gt;&lt;LI&gt;Publish the app to AppSource&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Feb 2025 17:37:49 GMT</pubDate>
    <dc:creator>AltaMagic</dc:creator>
    <dc:date>2025-02-28T17:37:49Z</dc:date>
    <item>
      <title>Local Data Sources With An AppSource App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Local-Data-Sources-With-An-AppSource-App/m-p/4589189#M59686</link>
      <description>&lt;P&gt;I am looking to deliver a Power BI App and distribute to the public via AppSource, but it needs to take data from local data files supplied from a user's PC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible and what are the steps ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I paramaterise certain aspects like :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Local Directory For Your Files&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C:\MyData&lt;/P&gt;&lt;P&gt;Local FileName&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fred.xlsx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any help really appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 03:02:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Local-Data-Sources-With-An-AppSource-App/m-p/4589189#M59686</guid>
      <dc:creator>Paul_Martin</dc:creator>
      <dc:date>2025-02-28T03:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data Sources With An AppSource App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Local-Data-Sources-With-An-AppSource-App/m-p/4590627#M59696</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Delivering a Power BI App via AppSource that takes data from local data files on a user's PC is not directly &lt;FONT color="#000000"&gt;supported due to the nature of Power BI's cloud-based architecture. However, you can achieve a similar outcome by guiding users to set up a local data gateway and parameterizing the data source in Power BI Desktop.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Create Parameters:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Go to the "Home" tab and click on "Manage Parameters" &amp;gt; "New Parameter."&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Create parameters for the local directory and file name.&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Example:&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Parameter Name: &lt;SPAN&gt;LocalDirectory &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Data Type: Text&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Current Value: C:/MyData&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Parameter Name: &lt;SPAN&gt;FileName&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Data Type: Text&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Current Value: Fred.xlsx&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Use Parameters in Data Source:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Go to "Home" &amp;gt; "Transform Data" to open the Power Query Editor.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Click on "New Source" &amp;gt; "File" &amp;gt; "Excel" (or the appropriate file type)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;In the filepath use the parameters you created:&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;let&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Source &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; Excel.Workbook(File.Contents(LocalDirectory &lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt; &lt;SPAN&gt;"\"&lt;/SPAN&gt; &lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt; FileName), &lt;/SPAN&gt;&lt;SPAN&gt;null&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Source&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Load Data and Create Report:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Load the data and create your report as usual.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;Step 2: Publish the Report to Power BI Service&lt;/FONT&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Publish the Report:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Save and publish the report to your Power BI workspace.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;Step 3: Set Up a Data Gateway&lt;/FONT&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Install and Configure Data Gateway:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Users need to install and configure an on-premises data gateway on their local machine.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Follow the instructions here:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="" href="vscode-file://vscode-app/c:/Users/alex.curtis/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html" target="_blank" rel="noopener"&gt;Install an on-premises data gateway&lt;/A&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Map Data Source to Gateway:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;In the Power BI Service, go to the workspace where the report is published.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Go to "Settings" &amp;gt; "Datasets" &amp;gt; "Gateway connection."&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Map the dataset to the configured data gateway and ensure the data source settings match the local file paths.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;Step 4: Distribute the App via AppSource&lt;/FONT&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Create and Publish the App:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;Create an app in the Power BI Service that includes your report.&lt;/LI&gt;&lt;LI&gt;Publish the app to AppSource&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 17:37:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Local-Data-Sources-With-An-AppSource-App/m-p/4590627#M59696</guid>
      <dc:creator>AltaMagic</dc:creator>
      <dc:date>2025-02-28T17:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data Sources With An AppSource App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Local-Data-Sources-With-An-AppSource-App/m-p/4591389#M59702</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/822802"&gt;@AltaMagic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for spending the time to answer my two questions so fully.&lt;BR /&gt;&lt;BR /&gt;Given your comments on loading data from a local file with Parameters would ultimately require a Personal Gateway (not realistic, cos the App is aimed at end users and setting up a gateway is just too techy in this scenario), could we :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use parameters to load in data from an Excel workbook stored on OneDrive&lt;/LI&gt;&lt;LI&gt;The workbook itself (supplied by us) requires vba macros, so as long as the user used Excel 365 Desktop with the workbook stored on Onedrive I think we'd get the benefit of both worlds here&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you just confirm, if my thoughts are correct ?&lt;BR /&gt;&lt;BR /&gt;So the ultimate process as I see it would be :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Download the basic XLSX workbook from our website&lt;UL&gt;&lt;LI&gt;Save to your Onedrive&lt;/LI&gt;&lt;LI&gt;Enter data required for the Power BI app and save&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Install our Power BI App from AppSource&lt;UL&gt;&lt;LI&gt;Installs in the Customer's tenant&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Use parameters to specify the OneDrive Excel workbook to poulate the Power BI Model&lt;UL&gt;&lt;LI&gt;Then have a fully populated Power BI Model&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Develop customer Power BI dashboards based on our Dataset&lt;/LI&gt;&lt;LI&gt;Develop Pivot Tables from Analyse in Excel on our Dataset&lt;UL&gt;&lt;LI&gt;If we were to provide prepackaged Pivot Tables, how would we make the ODC file editable per customer to point to the correct Power BI tenant ?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Sorry a lot there, but feel I am getting close !&lt;/P&gt;</description>
      <pubDate>Sat, 01 Mar 2025 19:25:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Local-Data-Sources-With-An-AppSource-App/m-p/4591389#M59702</guid>
      <dc:creator>Paul_Martin</dc:creator>
      <dc:date>2025-03-01T19:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data Sources With An AppSource App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Local-Data-Sources-With-An-AppSource-App/m-p/4592271#M59706</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/3722"&gt;@Paul_Martin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Did you mean the design a app with parameters? If that is the case, I'd like to suggest you check the official document to know more about template apps:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/service-template-apps-create" target="_blank"&gt;Create template apps in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 06:16:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Local-Data-Sources-With-An-AppSource-App/m-p/4592271#M59706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-03T06:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data Sources With An AppSource App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Local-Data-Sources-With-An-AppSource-App/m-p/4597875#M59745</link>
      <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/3722"&gt;@Paul_Martin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;If these also don't help, please share more detailed information and description to help us clarify your scenario to test.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 07:00:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Local-Data-Sources-With-An-AppSource-App/m-p/4597875#M59745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-06T07:00:18Z</dc:date>
    </item>
  </channel>
</rss>

