<?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: Power BI REST API to return response in browser in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-to-return-response-in-browser/m-p/2479534#M23890</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whether the advice given by&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="109790" data-lia-user-login="d_gosbell" class="lia-mention lia-mention-user"&gt;d_gosbell&lt;/a&gt;&amp;nbsp; has solved your confusion, if the problem has been solved you can mark the reply for the standard answer to help the other members find it more quickly. If not, please point it out.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Looking forward to your feedback.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Henry&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 06:34:41 GMT</pubDate>
    <dc:creator>v-henryk-mstf</dc:creator>
    <dc:date>2022-04-27T06:34:41Z</dc:date>
    <item>
      <title>Power BI REST API to return response in browser</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-to-return-response-in-browser/m-p/2466550#M23782</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="168297" data-lia-user-login="bcdobbs" class="lia-mention lia-mention-user"&gt;bcdobbs&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="109790" data-lia-user-login="d_gosbell" class="lia-mention lia-mention-user"&gt;d_gosbell&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I host my data model in a premium capacity workspace, is it possible for me to run any endpoint/REST API to return the result of a DAX query in a browser, for&amp;nbsp;&lt;A href="https://cat-fact.herokuapp.com/facts" target="_self"&gt;example&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;something like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/EVALUATE VALUES(Org[Mgr])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I went through&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/blog/announcing-the-public-preview-of-power-bi-rest-api-support-for-dax-queries/" target="_self"&gt;Announcing the public preview of Power BI REST API support for DAX Queries&lt;/A&gt;&amp;nbsp; and&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries" target="_self"&gt;Datasets - Execute Queries&lt;/A&gt;&amp;nbsp;and did not find anything.&lt;/P&gt;
&lt;P&gt;I am simply trying to understand if there is a way for me to fetch the data (of the multidimensional data model) from the SSAS server outside of Power BI environment. If I can access the dataset externally (outside of Power BI), I can further process the data to my req (for example, developing visualization using other languages to display the viz in a browser and let my audience consume it through the browser).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 14:15:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-to-return-response-in-browser/m-p/2466550#M23782</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2022-04-20T14:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API to return response in browser</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-to-return-response-in-browser/m-p/2467575#M23789</link>
      <description>&lt;P&gt;So you cannot do a GET request like the example you posted, but the first link you posted shows how you can do a POST request to get back a JSON response. The only "extra" bit to be aware of is that you have authenticate against PowerBI to make sure that the user has access to the dataset. There is some example c# code for a console app linked in that article, but that should not be too hard to convert to an Azure function or something that you could run on heroku that would then either prompt the user to login or use their existing credentials if they are already logged in.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 22:58:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-to-return-response-in-browser/m-p/2467575#M23789</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-04-20T22:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API to return response in browser</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-to-return-response-in-browser/m-p/2479534#M23890</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whether the advice given by&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="109790" data-lia-user-login="d_gosbell" class="lia-mention lia-mention-user"&gt;d_gosbell&lt;/a&gt;&amp;nbsp; has solved your confusion, if the problem has been solved you can mark the reply for the standard answer to help the other members find it more quickly. If not, please point it out.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Looking forward to your feedback.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Henry&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 06:34:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-to-return-response-in-browser/m-p/2479534#M23890</guid>
      <dc:creator>v-henryk-mstf</dc:creator>
      <dc:date>2022-04-27T06:34:41Z</dc:date>
    </item>
  </channel>
</rss>

