<?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 Is it possible to programmatically set the data panel name for a web data source that is a CSV? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-programmatically-set-the-data-panel-name-for-a/m-p/3108587#M41503</link>
    <description>&lt;P&gt;If I add a web data source and set it as an api I am developing for my app e.g.&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier" color="#FF0000"&gt;&lt;A href="https://www.myapp.com/api?key=12345&amp;amp;data=AppStats" target="_blank" rel="noopener"&gt;https://www.myapp.com/api?key=12345&amp;amp;data=AppStats&lt;/A&gt;&lt;/FONT&gt; (which returns a CSV), then once it's connected it shows as &lt;FONT face="courier new,courier" color="#FF0000"&gt;?key=12345...&lt;/FONT&gt; in the data panel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible for the api to set the name that will appear in the data panel, so that once connected it shows e.g. &lt;FONT face="courier new,courier" color="#FF0000"&gt;App Stats&lt;/FONT&gt; instead?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My guess is that there might be a header that can be set to communicate the name to PowerBI, but I haven't been able to find anything so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2023 18:49:39 GMT</pubDate>
    <dc:creator>pbinewdev</dc:creator>
    <dc:date>2023-03-02T18:49:39Z</dc:date>
    <item>
      <title>Is it possible to programmatically set the data panel name for a web data source that is a CSV?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-programmatically-set-the-data-panel-name-for-a/m-p/3108587#M41503</link>
      <description>&lt;P&gt;If I add a web data source and set it as an api I am developing for my app e.g.&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier" color="#FF0000"&gt;&lt;A href="https://www.myapp.com/api?key=12345&amp;amp;data=AppStats" target="_blank" rel="noopener"&gt;https://www.myapp.com/api?key=12345&amp;amp;data=AppStats&lt;/A&gt;&lt;/FONT&gt; (which returns a CSV), then once it's connected it shows as &lt;FONT face="courier new,courier" color="#FF0000"&gt;?key=12345...&lt;/FONT&gt; in the data panel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible for the api to set the name that will appear in the data panel, so that once connected it shows e.g. &lt;FONT face="courier new,courier" color="#FF0000"&gt;App Stats&lt;/FONT&gt; instead?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My guess is that there might be a header that can be set to communicate the name to PowerBI, but I haven't been able to find anything so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 18:49:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-programmatically-set-the-data-panel-name-for-a/m-p/3108587#M41503</guid>
      <dc:creator>pbinewdev</dc:creator>
      <dc:date>2023-03-02T18:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to programmatically set the data panel name for a web data source that is a CSV?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-programmatically-set-the-data-panel-name-for-a/m-p/3110168#M41528</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It is possible to set the data panel name for a web data source that is a CSV by specifying the name of the file in the URL. For example, if the URL is &lt;/SPAN&gt;&lt;A href="https://www.myapp.com/api?key=12345&amp;amp;data=AppStats.csv" target="_new"&gt;https://www.myapp.com/api?key=12345&amp;amp;data=AppStats.csv&lt;/A&gt;&lt;SPAN&gt;, the data panel name will be "AppStats". Alternatively, you can also rename the data source in Power BI after it has been imported. There is no header that can be set to communicate the name to Power BI.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 11:49:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-programmatically-set-the-data-panel-name-for-a/m-p/3110168#M41528</guid>
      <dc:creator>Adamboer</dc:creator>
      <dc:date>2023-03-03T11:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to programmatically set the data panel name for a web data source that is a CSV?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-programmatically-set-the-data-panel-name-for-a/m-p/3111248#M41540</link>
      <description>&lt;P&gt;Unfortunately the example didn't work, but the concept is sound! Changing the URL to &lt;A href="https://www.myapp.com/api/AppStats.csv?key=12345&amp;amp;data=AppStats" target="_blank"&gt;https://www.myapp.com/api/AppStats.csv?key=12345&amp;amp;data=AppStats&lt;/A&gt; did work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 00:51:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-it-possible-to-programmatically-set-the-data-panel-name-for-a/m-p/3111248#M41540</guid>
      <dc:creator>pbinewdev</dc:creator>
      <dc:date>2023-03-04T00:51:53Z</dc:date>
    </item>
  </channel>
</rss>

