<?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 Change query parameters in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Change-query-parameters/m-p/470273#M14425</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I am working on Embedded Power BI. I found your Description in&amp;nbsp;&lt;A href="https://azure.microsoft.com/en-in/updates/power-bi-embedded-query-parameters-api/" target="_blank"&gt;https://azure.microsoft.com/en-in/updates/power-bi-embedded-query-parameters-api/&lt;/A&gt;. but i am not able to under stand how we can change Query Parameter .&lt;BR /&gt;Please find below details what i am doing and what i need your support.&lt;BR /&gt;&lt;BR /&gt;1. Creating Report in Power BI Desktop.&lt;/P&gt;&lt;P&gt;2. Publish in Power BI Services&lt;/P&gt;&lt;P&gt;3. Register App in Azure Active Directories and get AccesToken&lt;/P&gt;&lt;P&gt;i am doing this Successfully.&lt;/P&gt;&lt;P&gt;Problem: i want pass some parameter value from my web application and this parameter value pass to my Power Bi Report and Report will Be Filter according Parameter Value - Example-&amp;gt; According to Customer ID , Customer can see only own related data , when User Login my Web Application Customer ID will be Pass from Web Application To My Power Bi Report where Report Content table there is ID Column content all user Data by UserID but After Filtration data will Reflect on Report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide me support..&lt;/P&gt;&lt;P&gt;Thank You Regards,&lt;/P&gt;&lt;P&gt;Pavan Pal(pavan.ku.pal@hotmail.com)&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jul 2018 08:43:24 GMT</pubDate>
    <dc:creator>pavankpal</dc:creator>
    <dc:date>2018-07-24T08:43:24Z</dc:date>
    <item>
      <title>Change query parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Change-query-parameters/m-p/470273#M14425</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I am working on Embedded Power BI. I found your Description in&amp;nbsp;&lt;A href="https://azure.microsoft.com/en-in/updates/power-bi-embedded-query-parameters-api/" target="_blank"&gt;https://azure.microsoft.com/en-in/updates/power-bi-embedded-query-parameters-api/&lt;/A&gt;. but i am not able to under stand how we can change Query Parameter .&lt;BR /&gt;Please find below details what i am doing and what i need your support.&lt;BR /&gt;&lt;BR /&gt;1. Creating Report in Power BI Desktop.&lt;/P&gt;&lt;P&gt;2. Publish in Power BI Services&lt;/P&gt;&lt;P&gt;3. Register App in Azure Active Directories and get AccesToken&lt;/P&gt;&lt;P&gt;i am doing this Successfully.&lt;/P&gt;&lt;P&gt;Problem: i want pass some parameter value from my web application and this parameter value pass to my Power Bi Report and Report will Be Filter according Parameter Value - Example-&amp;gt; According to Customer ID , Customer can see only own related data , when User Login my Web Application Customer ID will be Pass from Web Application To My Power Bi Report where Report Content table there is ID Column content all user Data by UserID but After Filtration data will Reflect on Report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide me support..&lt;/P&gt;&lt;P&gt;Thank You Regards,&lt;/P&gt;&lt;P&gt;Pavan Pal(pavan.ku.pal@hotmail.com)&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 08:43:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Change-query-parameters/m-p/470273#M14425</guid>
      <dc:creator>pavankpal</dc:creator>
      <dc:date>2018-07-24T08:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change query parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Change-query-parameters/m-p/471498#M14467</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;Pavan,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm afraid this isn't a solution for your scenario. Please refer to the details below.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. The last sentence from the link in your post is quite clear. If there are two customers who have different permission login to your application, there could be collisions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The workaround or solution could be as follows.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.1&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/service-admin-rls" target="_self"&gt;service-admin-rls&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded-row-level-security" target="_self"&gt;developer/embedded-row-level-security&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.2 Create many dataset if possibles.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&amp;gt;Note that the parameters are &lt;STRONG&gt;based on the dataset&lt;/STRONG&gt;, so they are defined per report/dashboard, but not on the user’s session level. It means that different users who are using the same report at the same time will always see&lt;STRONG&gt; the same parameter’s value.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. About how to change parameters, we just need to invoke the &lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/updateparametersingroup" target="_self"&gt;REST API&lt;/A&gt;. Please consider &lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/updateparametersingroup#restrictions" target="_self"&gt;the limitations&lt;/A&gt; first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Segoe UI'; font-size: 10.5pt; color: #333333;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Segoe UI'; font-size: 10.5pt; color: #333333;"&gt;Dale&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 09:57:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Change-query-parameters/m-p/471498#M14467</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-07-25T09:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change query parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Change-query-parameters/m-p/471551#M14473</link>
      <description>&lt;P&gt;Can share any sample application where we are using REST API.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 11:18:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Change-query-parameters/m-p/471551#M14473</guid>
      <dc:creator>pavankpal</dc:creator>
      <dc:date>2018-07-25T11:18:41Z</dc:date>
    </item>
  </channel>
</rss>

