<?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: Accessing HTML table  Data through API using Power Query in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Accessing-HTML-table-Data-through-API-using-Power-Query/m-p/2990788#M28256</link>
    <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters" target="_blank"&gt;Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn&lt;/A&gt;&amp;nbsp;are only available for Direct Query data sources, not for Web data sources.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use a PowerApps visual inside your Power BI report instead.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Dec 2022 22:29:59 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2022-12-27T22:29:59Z</dc:date>
    <item>
      <title>Accessing HTML table  Data through API using Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Accessing-HTML-table-Data-through-API-using-Power-Query/m-p/2987991#M28230</link>
      <description>&lt;P&gt;Hi everyone.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a url (HTML) not json like this one (the url down is not real) :&lt;/P&gt;&lt;P&gt;&lt;A href="http://10.1.92.196:5000/abc/" target="_blank"&gt;http://10.2.92.196:5000/abc/&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i should&amp;nbsp; add employee number after the /&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it will return a table with one row of employee&amp;nbsp;information&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need to create a dashboard in power bi that allow&amp;nbsp;the employee enters his number and his information table is returned to him&lt;/P&gt;&lt;P&gt;i do not know if this even possible in power bi ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you ..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2022 18:50:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Accessing-HTML-table-Data-through-API-using-Power-Query/m-p/2987991#M28230</guid>
      <dc:creator>hana123</dc:creator>
      <dc:date>2022-12-25T18:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HTML table  Data through API using Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Accessing-HTML-table-Data-through-API-using-Power-Query/m-p/2990788#M28256</link>
      <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters" target="_blank"&gt;Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn&lt;/A&gt;&amp;nbsp;are only available for Direct Query data sources, not for Web data sources.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use a PowerApps visual inside your Power BI report instead.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 22:29:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Accessing-HTML-table-Data-through-API-using-Power-Query/m-p/2990788#M28256</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-12-27T22:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HTML table  Data through API using Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Accessing-HTML-table-Data-through-API-using-Power-Query/m-p/2991532#M28267</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="491062" data-lia-user-login="hana123" class="lia-mention lia-mention-user"&gt;hana123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, it is possible to create a dashboard in Power BI that allows an employee to enter their employee number and displays their information in a table. Here's one way you could do it:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;In Power BI, create a new dashboard and add a text input control to the dashboard. This will allow the user to enter their employee number.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Add a table visualization to the dashboard. This will be used to display the employee information.&lt;/LI&gt;
&lt;LI&gt;In the text input control, set up a measure that concatenates the URL with the employee number entered by the user. For example:&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI-CODE lang="markup"&gt;URL &amp;amp; "/" &amp;amp; EmployeeNumber&lt;/LI-CODE&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Use the Power BI REST API to retrieve the employee information from the URL. You can do this by creating a custom function in Power Query that uses the Web.Contents function to retrieve the data.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Use the custom function to retrieve the employee information and load it into the table visualization on the dashboard.&lt;/LI&gt;
&lt;LI&gt;Set up the dashboard to refresh whenever the employee number is changed, so that the employee information is always up to date.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Henry&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 10:14:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Accessing-HTML-table-Data-through-API-using-Power-Query/m-p/2991532#M28267</guid>
      <dc:creator>v-henryk-mstf</dc:creator>
      <dc:date>2022-12-28T10:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HTML table  Data through API using Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Accessing-HTML-table-Data-through-API-using-Power-Query/m-p/2991662#M28269</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="275884" data-lia-user-login="v-henryk-mstf" class="lia-mention lia-mention-user"&gt;v-henryk-mstf&lt;/a&gt;&amp;nbsp;Henry, please use the term report rather than dashboard. Dashboards are not interactive beyond hover and click through.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 12:25:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Accessing-HTML-table-Data-through-API-using-Power-Query/m-p/2991662#M28269</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-12-28T12:25:26Z</dc:date>
    </item>
  </channel>
</rss>

