<?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 Passing Parameters Dynamically in Power BI Embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Parameters-Dynamically-in-Power-BI-Embedded/m-p/2650764#M37462</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on integrating a PBI report into an internal application through Power BI Embedded. As a part of this solution we have incorporated a parameter to filter the dataset down to a unique ID specific to the end user consuming the report through our internal application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way, through the Query Parameter API, to update the parameter based off a link or existing code in our internal application?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IE: Rather than having to input each parameter value in the JSON script having a call to the URL that automatically updates the parameter based off the ID being targetted by the end user?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any and all assistance&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2022 14:44:11 GMT</pubDate>
    <dc:creator>cchrystal</dc:creator>
    <dc:date>2022-07-20T14:44:11Z</dc:date>
    <item>
      <title>Passing Parameters Dynamically in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Parameters-Dynamically-in-Power-BI-Embedded/m-p/2650764#M37462</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on integrating a PBI report into an internal application through Power BI Embedded. As a part of this solution we have incorporated a parameter to filter the dataset down to a unique ID specific to the end user consuming the report through our internal application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way, through the Query Parameter API, to update the parameter based off a link or existing code in our internal application?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IE: Rather than having to input each parameter value in the JSON script having a call to the URL that automatically updates the parameter based off the ID being targetted by the end user?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any and all assistance&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 14:44:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Parameters-Dynamically-in-Power-BI-Embedded/m-p/2650764#M37462</guid>
      <dc:creator>cchrystal</dc:creator>
      <dc:date>2022-07-20T14:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Parameters Dynamically in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Parameters-Dynamically-in-Power-BI-Embedded/m-p/2658243#M37538</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/372795"&gt;@cchrystal&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know, I think you can try dyncmic M query parameters.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;With&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Dynamic M Query Parameters&lt;/STRONG&gt;&lt;SPAN&gt;, model authors can let&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;report viewers&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;use filters or slicers to set the value(s) for an&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/power-query/power-query-query-parameters" data-linktype="absolute-path" target="_blank"&gt;M Query Parameter&lt;/A&gt;&lt;SPAN&gt;, which can be especially useful for query performance optimizations. With Dynamic M Query Parameters, model authors have more control over how filter selections get incorporated into DirectQuery source queries.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For referenece:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters" target="_self"&gt;Dynamic M query parameters in Power BI Desktop&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 07:15:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Parameters-Dynamically-in-Power-BI-Embedded/m-p/2658243#M37538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-25T07:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Parameters Dynamically in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Parameters-Dynamically-in-Power-BI-Embedded/m-p/3300404#M43216</link>
      <description>&lt;P&gt;Hi, I have a similar problem to resolve. I have a dataset that is the result of a stored procedure accepting an input parameter value.&lt;/P&gt;&lt;P&gt;First, I have no issue to embed the report using JavaScript. But my web application, depending on the case, passes in a different parameter value. I am hoping to pass this value to the sp to each time get a different set of data (the schema is the same). I read the Dynamic M query parameters in Power BI Desktop article. But I am confused, in Power BI Desktop, I could not find the "Bind to parameters" in Model View when following the steps to set up my list table.&lt;/P&gt;&lt;P&gt;What do I do wrong? I have Power BI Desktop&amp;nbsp;Version: 2.118.828.0 which should be the latest.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 20:12:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Parameters-Dynamically-in-Power-BI-Embedded/m-p/3300404#M43216</guid>
      <dc:creator>StephenL_CA</dc:creator>
      <dc:date>2023-06-23T20:12:17Z</dc:date>
    </item>
  </channel>
</rss>

