<?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: Send Report Link with filter value in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Send-Report-Link-with-filter-value/m-p/3093944#M41395</link>
    <description>&lt;P&gt;I've been trying this and each time I get the error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;You don't have access to view this page.&lt;/DIV&gt;&lt;DIV class=""&gt;TECHNICAL DETAILS&lt;BR /&gt;Power BI was unable to read the application metadata. Please check the Power BI service status in the below support page and try again later.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;The URL ends with:&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;(question mark)filter=NCDR_Aging_Report/BAANSupervisor eq 'John Dough'&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Using just the URL itself opens the report fine.&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Wed, 22 Feb 2023 20:46:51 GMT</pubDate>
    <dc:creator>wsdcawefwqrevfq</dc:creator>
    <dc:date>2023-02-22T20:46:51Z</dc:date>
    <item>
      <title>Send Report Link with filter value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Send-Report-Link-with-filter-value/m-p/2781476#M38755</link>
      <description>&lt;P&gt;Hi folks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using PowerApps for PowerBI to give users detail about someting and give them access to edit the record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Into PowerBI, I created a "FirstPage" with the items list and other as "Details" with the PowerApps app where the user can make their changes.&lt;/P&gt;&lt;P&gt;In PowerBI, I'm able to select the row (in the FirstPage) and go to the Details to work with this specific row. Using the "drill-through" field (Id) and everything is fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But also I want to send an email to user/s when they have an item assigned with the the URL to the specific Item towards the "Details" page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried some things like: &amp;lt;url power bi&amp;gt; + &amp;gt;report section&amp;gt; + ?filter=&amp;lt;table&amp;gt;/&amp;lt;field&amp;gt; eq &amp;lt;value&amp;gt;&lt;/P&gt;&lt;P&gt;But, the URL doesn't works or PowerBI say "Getting your data"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me to make the correct URL?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 16:44:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Send-Report-Link-with-filter-value/m-p/2781476#M38755</guid>
      <dc:creator>devGV_88</dc:creator>
      <dc:date>2022-09-20T16:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Send Report Link with filter value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Send-Report-Link-with-filter-value/m-p/2783165#M38771</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/434793"&gt;@devGV_88&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;FONT&gt;Query string parameter syntax for filtering is:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;EM&gt;URL&lt;/EM&gt;?filter=&lt;EM&gt;Table&lt;/EM&gt;/&lt;EM&gt;Field&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;eq '&lt;EM&gt;value&lt;/EM&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Table&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Field&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;names are case-sensitive,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;value&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;isn't.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details you can refer this link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters#uses-for-query-string-parameters" target="_blank"&gt;Filter a report using query string parameters in the URL - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ chenwu zhu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 08:09:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Send-Report-Link-with-filter-value/m-p/2783165#M38771</guid>
      <dc:creator>v-chenwuz-msft</dc:creator>
      <dc:date>2022-09-21T08:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Send Report Link with filter value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Send-Report-Link-with-filter-value/m-p/3093944#M41395</link>
      <description>&lt;P&gt;I've been trying this and each time I get the error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;You don't have access to view this page.&lt;/DIV&gt;&lt;DIV class=""&gt;TECHNICAL DETAILS&lt;BR /&gt;Power BI was unable to read the application metadata. Please check the Power BI service status in the below support page and try again later.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;The URL ends with:&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;(question mark)filter=NCDR_Aging_Report/BAANSupervisor eq 'John Dough'&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Using just the URL itself opens the report fine.&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Feb 2023 20:46:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Send-Report-Link-with-filter-value/m-p/3093944#M41395</guid>
      <dc:creator>wsdcawefwqrevfq</dc:creator>
      <dc:date>2023-02-22T20:46:51Z</dc:date>
    </item>
  </channel>
</rss>

