<?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: Using a filter on PDF Export in Power Automate - Multiple filters in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Using-a-filter-on-PDF-Export-in-Power-Automate-Multiple-filters/m-p/4097783#M54743</link>
    <description>&lt;P&gt;Thank you, my solution was close to this in the filter query:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Report_Comments/Month eq 'June' and table/Column eq ''&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some reason it didn't work the first time I tried it, but I'm sure I missed something minor. The link has proven to be very useful as well for filtering other items like date.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2024 14:00:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-08-13T14:00:56Z</dc:date>
    <item>
      <title>Using a filter on PDF Export in Power Automate - Multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Using-a-filter-on-PDF-Export-in-Power-Automate-Multiple-filters/m-p/4091670#M54676</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling with filtering a report that I am trying to export from Power BI.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Danil_1-1723204935154.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1148155i03C21E24CC67E70A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Danil_1-1723204935154.png" alt="Danil_1-1723204935154.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say the table is called Report Comments, and I want to filter on the Month column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the ReportLevelsFilters function, but whatever I try, it doesn't look like it's filtering anything. I also tried the following string:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;'Report Comments'/Month eq June&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But without the desired results... The reports come out unfiltered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know what I am doing wrong? And more importantly; how can I do it right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----&lt;BR /&gt;&lt;BR /&gt;So I was able to solve this issue by removing the spaces in the tables. I did some testing in the url, by pasting&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;?filter=Report_Comments/Month eq 'June'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;at the end of the url in the report viewer, which worked. Then I put&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Report_Comments/Month eq 'June'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the filter query and that also worked.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;An issue I have now is, how do I create multiple filters here?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 13:58:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Using-a-filter-on-PDF-Export-in-Power-Automate-Multiple-filters/m-p/4091670#M54676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-13T13:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using a filter on PDF Export in Power Automate - Multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Using-a-filter-on-PDF-Export-in-Power-Automate-Multiple-filters/m-p/4092434#M54686</link>
      <description>&lt;P&gt;Wrong filter format.&amp;nbsp; You need to escape special characters and specify the table name differently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 17:55:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Using-a-filter-on-PDF-Export-in-Power-Automate-Multiple-filters/m-p/4092434#M54686</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-08-09T17:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using a filter on PDF Export in Power Automate - Multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Using-a-filter-on-PDF-Export-in-Power-Automate-Multiple-filters/m-p/4094286#M54704</link>
      <description>&lt;P&gt;Thanks for the reply from lbendlin&amp;nbsp;, please allow me to provide another insight:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hi&amp;nbsp; @Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You mean that you want to put multiple filter into the Power Autoamte filter Power BI report export action?&lt;/P&gt;
&lt;P&gt;If so, please kindly try this format:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;?filter=CS_KPI_Comments/Month eq 'June' and table/Column eq ''&lt;/LI-CODE&gt;
&lt;P&gt;May refer to this documentation example posted:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters" 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;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 02:46:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Using-a-filter-on-PDF-Export-in-Power-Automate-Multiple-filters/m-p/4094286#M54704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-12T02:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using a filter on PDF Export in Power Automate - Multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Using-a-filter-on-PDF-Export-in-Power-Automate-Multiple-filters/m-p/4097783#M54743</link>
      <description>&lt;P&gt;Thank you, my solution was close to this in the filter query:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Report_Comments/Month eq 'June' and table/Column eq ''&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some reason it didn't work the first time I tried it, but I'm sure I missed something minor. The link has proven to be very useful as well for filtering other items like date.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 14:00:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Using-a-filter-on-PDF-Export-in-Power-Automate-Multiple-filters/m-p/4097783#M54743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-13T14:00:56Z</dc:date>
    </item>
  </channel>
</rss>

