<?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: Embedded report with dynamically changing data source in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-with-dynamically-changing-data-source/m-p/556652#M17424</link>
    <description>&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Maybe to clear it up a little:&lt;BR /&gt;I wanted to change the underlying source of the &lt;SPAN&gt;dataset&amp;nbsp;&lt;/SPAN&gt;(an API like https:// myurl. com/year_month_day, where year, month and day are replaced by parameters. The schema of the APIs remains the same) by passing the values of the parameters via the embedding call (I used the ngx-powerbi component) in the code of an angular-based web app.&lt;/P&gt;&lt;P&gt;It should be done automatically so that changing manually over desktop or service is not what I'm looking for.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So, did I get it right that there is no real solution to my problem in Power BI? Or does your suggested solution with the Power BI Service API to automate the parameter value change fit my problem and if so, how can I apply it?&lt;/P&gt;</description>
    <pubDate>Tue, 30 Oct 2018 17:17:03 GMT</pubDate>
    <dc:creator>mjs_81</dc:creator>
    <dc:date>2018-10-30T17:17:03Z</dc:date>
    <item>
      <title>Embedded report with dynamically changing data source</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-with-dynamically-changing-data-source/m-p/555379#M17362</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi there,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I'm relatively new to Power BI and need a little help with embedding a report with dynamically data source into a web page. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Therefor, I want to use a rest API to get and display daily changing data. &lt;/FONT&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I have already managed to get a flexible data source in Power BI Desktop by using query parameters and to embed a static report in the web page. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;But the next step needed would be to define the parameters in the code of the web application in which the report should be embedded and pass these parameters by the embedding call. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I've done a lot of research on it, but I just haven't found anything that has helped me. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;D&lt;/FONT&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;oes anyone know my problem and perhaps can help me or give tips for another solution? &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Thanks a lot!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 16:12:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-with-dynamically-changing-data-source/m-p/555379#M17362</guid>
      <dc:creator>mjs_81</dc:creator>
      <dc:date>2018-10-29T16:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded report with dynamically changing data source</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-with-dynamically-changing-data-source/m-p/555543#M17370</link>
      <description>&lt;P&gt;Yes, you can use parameters in a Power BI Desktop project to allow for dynamically switching a dataset in the Power BI service to point to a different data source. There is also support in the Power BI Service API to automate changing the parameter value so your application can update the value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But here is the rub. Power BI does not really support updating the data source for a dataset within the context of a single request. Changing the parameter value will not take effect instantly and&amp;nbsp;any change you make will be seen across all users.&amp;nbsp;&amp;nbsp;It works great if your scenario&amp;nbsp;involves occasionally redirecting a dataset to a different underlying database and then running a refresh operation. It will not work at all if your goal is to have a single dataset where&amp;nbsp;you can redirect the connection to a different underlying database depending on who the user is.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 20:25:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-with-dynamically-changing-data-source/m-p/555543#M17370</guid>
      <dc:creator>TedPattison</dc:creator>
      <dc:date>2018-10-29T20:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded report with dynamically changing data source</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-with-dynamically-changing-data-source/m-p/556652#M17424</link>
      <description>&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Maybe to clear it up a little:&lt;BR /&gt;I wanted to change the underlying source of the &lt;SPAN&gt;dataset&amp;nbsp;&lt;/SPAN&gt;(an API like https:// myurl. com/year_month_day, where year, month and day are replaced by parameters. The schema of the APIs remains the same) by passing the values of the parameters via the embedding call (I used the ngx-powerbi component) in the code of an angular-based web app.&lt;/P&gt;&lt;P&gt;It should be done automatically so that changing manually over desktop or service is not what I'm looking for.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So, did I get it right that there is no real solution to my problem in Power BI? Or does your suggested solution with the Power BI Service API to automate the parameter value change fit my problem and if so, how can I apply it?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 17:17:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-with-dynamically-changing-data-source/m-p/556652#M17424</guid>
      <dc:creator>mjs_81</dc:creator>
      <dc:date>2018-10-30T17:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded report with dynamically changing data source</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-with-dynamically-changing-data-source/m-p/557572#M17470</link>
      <description>&lt;P&gt;Yes, you can change paremeter values with the Power BI Service API.&amp;nbsp;Therefore, you will not be required to update parameters by hand in the Power BI portal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just remember that changing parameters affects all users and it is something you do occasionally and not&amp;nbsp;frequently. As long as you design fits in with these assumptions, you can build solutions using parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again, I see&amp;nbsp;quite a few people who want to change dataset parameters values that take effect within the context of a single request. The goal of these people is to have several users executing requests at the same time while each users gets a common dataset to rediected to a different data source. This functionality is defintely not supported.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 12:53:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-with-dynamically-changing-data-source/m-p/557572#M17470</guid>
      <dc:creator>TedPattison</dc:creator>
      <dc:date>2018-10-31T12:53:56Z</dc:date>
    </item>
  </channel>
</rss>

