<?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: Apply filters on REST API JSON POST request in Service</title>
    <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4300225#M257580</link>
    <description>&lt;P&gt;Hallo&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for getting back to me,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have different scenarios&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1st scenario.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;reportLevelFilters: [&lt;BR /&gt;{&lt;BR /&gt;$schema: "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;target: {&lt;BR /&gt;table: "test1group%20and%20company",&lt;BR /&gt;column: "company",&lt;BR /&gt;},&lt;BR /&gt;filterType: 1,&lt;BR /&gt;operator: "eq",&lt;BR /&gt;values: ["5"],&lt;BR /&gt;requireSingleSelection: false,&lt;BR /&gt;},&lt;BR /&gt;],&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;i get this kind of error&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power BI Export Error: {&lt;BR /&gt;code: 'InvalidRequest',&lt;BR /&gt;message: 'Export report filter with empty string provided'&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd scenario is when i use paramaters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;reportLevelFilters: [&lt;BR /&gt;{ filter: "test1group%20and%20company%2Fcompany%20eq%20'5'" },&lt;BR /&gt;],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this doesn't show an error, the image is exported but without filter applied&amp;nbsp;&lt;/P&gt;&lt;P&gt;3rd scenario&lt;/P&gt;&lt;P&gt;&amp;nbsp;reportLevelFilters: [&lt;BR /&gt;{&lt;BR /&gt;filter: {&lt;BR /&gt;$schema: "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;target: {&lt;BR /&gt;table: "test1group%20and%20company",&lt;BR /&gt;column: "company",&lt;BR /&gt;},&lt;BR /&gt;filterType: 1,&lt;BR /&gt;operator: "eq",&lt;BR /&gt;values: ["5"],&lt;BR /&gt;requireSingleSelection: false,&lt;BR /&gt;},&lt;BR /&gt;},&lt;BR /&gt;],&lt;/P&gt;&lt;P&gt;when i add &lt;STRONG&gt;filter &lt;/STRONG&gt;the response change to this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power BI Export Error: {&lt;BR /&gt;code: 'BadRequest',&lt;BR /&gt;message: 'Bad Request',&lt;BR /&gt;details: [&lt;BR /&gt;{&lt;BR /&gt;message: 'Invalid value',&lt;BR /&gt;target: 'request.powerBIReportConfiguration.reportLevelFilters[0].filter'&lt;BR /&gt;},&lt;BR /&gt;{ message: "'request' is a required parameter", target: 'request' }&lt;BR /&gt;]&lt;BR /&gt;}&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am really stuck on this topic, every resources that i can find is suggesting the same thing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i followed this table for escaping the all required characters&lt;/P&gt;&lt;img /&gt;&lt;P&gt;if you have ever got this before or anyone here was in the same situation as mine, kindly help out&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Faby&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 25 Nov 2024 16:09:54 GMT</pubDate>
    <dc:creator>fabyx</dc:creator>
    <dc:date>2024-11-25T16:09:54Z</dc:date>
    <item>
      <title>Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4152212#M246439</link>
      <description>&lt;P&gt;hello,&lt;BR /&gt;​​​​​​​I'm trying to call the powerBI REST api (JSON)&lt;BR /&gt;i can get the page i want and creat the pdf, but i cant' manage to apply filters,&lt;BR /&gt;I've created a really simple page for tests (just a slicer and a table).&lt;BR /&gt;this code get me the page but filters aren't applied:&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;the pdf i got:&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;the pdf i want:&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 10:21:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4152212#M246439</guid>
      <dc:creator>Jdrien</dc:creator>
      <dc:date>2024-09-16T10:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4152458#M246440</link>
      <description>&lt;P&gt;Try the same but with a table visual, not a slicer.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:58:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4152458#M246440</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-16T12:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4152925#M246441</link>
      <description>&lt;P&gt;First, thx a lot for the response (and sorry for my bad english) but i don't get it,&amp;nbsp;&lt;BR /&gt;should the filter be active on both anyway?&lt;BR /&gt;i tried dozens of lines i remember one with "reportlevelfilters" i never managed to get rid of the errors and&amp;nbsp;another one with "visuallevelfilters" i tried both on the slicer and on the table but, as the first one i posted here goes to the end without errors, give me the pdf, but filter arent applied.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pdf still exactly the same.&lt;BR /&gt;&lt;BR /&gt;I'm totally new about JSON, first script ever. it's hard to pass the "error..." (took me several days....) but now its seems to go through correctly...but nothing, i don't even know where to look to know where goes the rest of my command.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 16:36:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4152925#M246441</guid>
      <dc:creator>Jdrien</dc:creator>
      <dc:date>2024-09-16T16:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4152997#M246442</link>
      <description>&lt;P&gt;In your report page you have a slicer visual. These behave different from other visuals when it comes to filtering.&amp;nbsp; Try the same process but switch the visual type from slicer to table.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 17:43:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4152997#M246442</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-16T17:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4153058#M246443</link>
      <description>&lt;P&gt;I did it, nothing seems to be selected now:&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;but this is only a test page, the original page i have to turn into filtered pdf got 3 slicer visuals and i cant replace them with tables.&lt;BR /&gt;there has to be a way to manipulate the slicers!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 18:33:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4153058#M246443</guid>
      <dc:creator>Jdrien</dc:creator>
      <dc:date>2024-09-16T18:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4153065#M246444</link>
      <description>&lt;P&gt;So the filter did not work on the table visual? You will want to fix that first.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 18:46:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4153065#M246444</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-16T18:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4158962#M246445</link>
      <description>&lt;P&gt;Hi,lbendlin ,thanks for your concern about this issue.&lt;/P&gt;
&lt;P&gt;Your answer is excellent!&lt;BR /&gt;And I would like to share some additional solutions below.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hello,&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="688503" data-lia-user-login="Jdrien" class="lia-mention lia-mention-user"&gt;Jdrien&lt;/a&gt; .I am glad to help you.&lt;BR /&gt;Here's how I tested your code.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
    "format": "PDF",
    "powerBIReportConfiguration": {
        "page": [
            {
                "pageName": "8e0816bfd0860b75b040"
            }
        ],
        "filter": {
            "$schema": "http://www.powerbi.com/product/schema#basic",
            "target": {
                "table": "data_refreshTest",
                "column": "animal"
            },
            "operator": "eq",
            "values": ["dog"],
            "filterType": 1
        }
    }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your description, you mentioned that the API commands can be executed normally, but the filters don't seem to work.&lt;BR /&gt;According to the parameter list on the official website, there is a filters parameter in the request, so I think there may be a problem with the content of the request parameter (i.e. the content of the filters) in the body of your request. The filters were not successfully passed into the api, causing this problem.&lt;BR /&gt;In the request, you need to pay attention to the various escapes in the request code to make sure that the parameters are passed correctly, and that there are no duplicates or missing symbols.&lt;BR /&gt;API:&lt;BR /&gt;&lt;STRONG&gt;Reports - Export To File&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/zh-cn/rest/api/power-bi/reports/export-to-file" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Reports - Export To File - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;About the parameters in report&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;URL:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters#filter-on-a-field" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Filter a report using query string parameters in the URL - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Carson Jian,&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt; &lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 07:28:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4158962#M246445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-19T07:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4159573#M246495</link>
      <description>&lt;P&gt;hello! thx for this answer!&lt;BR /&gt;i managed to pass the filter on the testpage,&amp;nbsp;&lt;BR /&gt;this code:&lt;/P&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "format": "PDF",&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "powerBIReportConfiguration":&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;{&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;"pages":&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"pageName": "bfed89c6a60971412909"&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;"reportLevelFilters": [{"filter": "AuditPdf/associe eq 95"}]&lt;BR /&gt;&amp;nbsp; &amp;nbsp;}&lt;/DIV&gt;&lt;DIV&gt;}&lt;BR /&gt;does the trick, guess the way i wrote 95 was my mistake...&lt;BR /&gt;i now have a filtered pdf.&lt;BR /&gt;But I'm afraid i'm not done yet, the real page i need to filter got tablenames and column names with special caracters, i understand thats why it didnt worked as intended.&lt;BR /&gt;Table: Default_1 filtre Gauche&lt;BR /&gt;Column: Associé.&lt;BR /&gt;....how do i have to encode this to make it work?&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Sep 2024 11:35:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4159573#M246495</guid>
      <dc:creator>Jdrien</dc:creator>
      <dc:date>2024-09-19T11:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4159593#M246498</link>
      <description>&lt;P&gt;thx, i managed to get the filter working on the test page with :&lt;/P&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "format": "PDF",&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "powerBIReportConfiguration": {&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"pages":&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "pageName": "bfed89c6a60971412909"&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "reportLevelFilters": [&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "filter": "AuditPdf/associe eq 95"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;}&lt;BR /&gt;but i have trouble appliing this to the main page cause the table and column have specials caracters:&lt;BR /&gt;table name is "Default_1 filtre Gauche"&lt;BR /&gt;column is "Associé"&lt;BR /&gt;i tried like this:&lt;BR /&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "format": "PDF",&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "powerBIReportConfiguration": {&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"pages":&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "pageName": "bfed89c6a60971412909"&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "reportLevelFilters": [&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "filter": "Default_1 filtre Gauche/Associé eq 95"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;but it don't work, i think i have to encode those caracters but i don't know how.&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Sep 2024 11:41:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4159593#M246498</guid>
      <dc:creator>Jdrien</dc:creator>
      <dc:date>2024-09-19T11:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4159648#M246504</link>
      <description>&lt;P&gt;Please follow the documentation&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;https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 12:00:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4159648#M246504</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-19T12:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4246795#M254001</link>
      <description>&lt;P&gt;Ok i've figured why i had this problem, my segment was set to "one selection" so there was always an item selected, the problem was the api downloaded the report with this selcection, then tried to filter it. i just had to uncheck "only one selection", uncheck everything, save the report, then i could filter my report!&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 15:03:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4246795#M254001</guid>
      <dc:creator>Jdrien</dc:creator>
      <dc:date>2024-10-17T15:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4299608#M257546</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Hello, nice people. I have been reading this post, and it seems to look like the one that is related to the problem I am facing now. I have been trying to export a PowerBI report to a PNG image, but when I apply a filter before exporting it does not work, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;my body looks like this.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;body&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;format&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"PNG"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;powerBIReportConfiguration&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;formatSettings&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; { &lt;/SPAN&gt;&lt;SPAN&gt;OutputFormat&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"PNG"&lt;/SPAN&gt;&lt;SPAN&gt; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;settings&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;locale&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"en_US"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pages&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pageName&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"ReportSection1"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;reportLevelFilters&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;$schema&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;target&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;table&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"test1group and company"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;column&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"company"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;operator&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"eq"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;values&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;SPAN&gt;"5"&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;filterType&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;//reportLevelFilters: ["test1group and company/company eq '5'"], // i also used this way&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;//filter: ["test1group and company/company eq '5'"], // i also used this way&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;identities&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;username&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&amp;nbsp;"email"&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;roles&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;SPAN&gt;"S"&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;datasets&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;SPAN&gt;"datasetId"&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;i tried so many options but my filter is not working at all. if anyone has an idea of how i can work around this issue kindly help,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;i also followed documentation&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/zh-cn/rest/api/power-bi/reports/export-to-file#code-try-0" target="_blank"&gt;https://learn.microsoft.com/zh-cn/rest/api/power-bi/reports/export-to-file#code-try-0&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file-in-group" target="_blank"&gt;https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file-in-group&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;when i checked on the link above i saw filter receives a string as for the example below&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;img /&gt;&lt;P&gt;i tried to stringfy the object but still get the same issue and passing&amp;nbsp; something like&amp;nbsp; this&amp;nbsp;&lt;SPAN&gt;"test1group and company/company eq '5'"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if anyone can help i will be appreciative it&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Nov 2024 09:05:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4299608#M257546</guid>
      <dc:creator>fabyx</dc:creator>
      <dc:date>2024-11-25T09:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4300168#M257576</link>
      <description>&lt;P&gt;You need to escape spaces in table and column names&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 15:29:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4300168#M257576</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-11-25T15:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4300225#M257580</link>
      <description>&lt;P&gt;Hallo&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for getting back to me,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have different scenarios&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1st scenario.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;reportLevelFilters: [&lt;BR /&gt;{&lt;BR /&gt;$schema: "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;target: {&lt;BR /&gt;table: "test1group%20and%20company",&lt;BR /&gt;column: "company",&lt;BR /&gt;},&lt;BR /&gt;filterType: 1,&lt;BR /&gt;operator: "eq",&lt;BR /&gt;values: ["5"],&lt;BR /&gt;requireSingleSelection: false,&lt;BR /&gt;},&lt;BR /&gt;],&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;i get this kind of error&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power BI Export Error: {&lt;BR /&gt;code: 'InvalidRequest',&lt;BR /&gt;message: 'Export report filter with empty string provided'&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd scenario is when i use paramaters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;reportLevelFilters: [&lt;BR /&gt;{ filter: "test1group%20and%20company%2Fcompany%20eq%20'5'" },&lt;BR /&gt;],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this doesn't show an error, the image is exported but without filter applied&amp;nbsp;&lt;/P&gt;&lt;P&gt;3rd scenario&lt;/P&gt;&lt;P&gt;&amp;nbsp;reportLevelFilters: [&lt;BR /&gt;{&lt;BR /&gt;filter: {&lt;BR /&gt;$schema: "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;target: {&lt;BR /&gt;table: "test1group%20and%20company",&lt;BR /&gt;column: "company",&lt;BR /&gt;},&lt;BR /&gt;filterType: 1,&lt;BR /&gt;operator: "eq",&lt;BR /&gt;values: ["5"],&lt;BR /&gt;requireSingleSelection: false,&lt;BR /&gt;},&lt;BR /&gt;},&lt;BR /&gt;],&lt;/P&gt;&lt;P&gt;when i add &lt;STRONG&gt;filter &lt;/STRONG&gt;the response change to this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power BI Export Error: {&lt;BR /&gt;code: 'BadRequest',&lt;BR /&gt;message: 'Bad Request',&lt;BR /&gt;details: [&lt;BR /&gt;{&lt;BR /&gt;message: 'Invalid value',&lt;BR /&gt;target: 'request.powerBIReportConfiguration.reportLevelFilters[0].filter'&lt;BR /&gt;},&lt;BR /&gt;{ message: "'request' is a required parameter", target: 'request' }&lt;BR /&gt;]&lt;BR /&gt;}&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am really stuck on this topic, every resources that i can find is suggesting the same thing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i followed this table for escaping the all required characters&lt;/P&gt;&lt;img /&gt;&lt;P&gt;if you have ever got this before or anyone here was in the same situation as mine, kindly help out&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Faby&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Nov 2024 16:09:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4300225#M257580</guid>
      <dc:creator>fabyx</dc:creator>
      <dc:date>2024-11-25T16:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4300280#M257586</link>
      <description>&lt;P&gt;that's not how you escape spaces.&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#special-characters-in-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;</description>
      <pubDate>Mon, 25 Nov 2024 16:49:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4300280#M257586</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-11-25T16:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4300434#M257600</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;thank you for the help it worked&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 18:27:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4300434#M257600</guid>
      <dc:creator>fabyx</dc:creator>
      <dc:date>2024-11-25T18:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4305883#M257873</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;and everyone&lt;/P&gt;&lt;P&gt;I have a question, is there anywhere that I can exclude some visuals from being filtered,&amp;nbsp;&lt;BR /&gt;for example,&amp;nbsp;&lt;BR /&gt;let's say: BOB has 5 restaurent [1,2,3,4,5]&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Restaurant&lt;/TD&gt;&lt;TD&gt;income&lt;/TD&gt;&lt;TD&gt;booking&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;(Nov)1000&lt;/TD&gt;&lt;TD&gt;Nov(5),Dec(7)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;(Nov):500&lt;/TD&gt;&lt;TD&gt;Nov(2),Dec(3)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Nov:400&lt;/TD&gt;&lt;TD&gt;Nov(1),Dec(2)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Nov:3000&lt;/TD&gt;&lt;TD&gt;Nov(45),Dec(10)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;Nov: 2000&lt;/TD&gt;&lt;TD&gt;Nov(7),Dec(7)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;BOB needs to export &lt;STRONG&gt;Restaurant 1&lt;/STRONG&gt; in November, but for booking, he wants to see ALL(Oct, Dec).&lt;/P&gt;&lt;P&gt;income values show 1000, but for bookings, instead of 5,&amp;nbsp; it shows 12.&amp;nbsp;&lt;BR /&gt;so using the reportLevelFilter, the filter affects all visuals therefore I was wondering if there is a way to exclude some visuals.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for the one who can show me the way out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 09:18:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4305883#M257873</guid>
      <dc:creator>fabyx</dc:creator>
      <dc:date>2024-11-28T09:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4306289#M257888</link>
      <description>&lt;P&gt;I don't think mixing report level filters and visual interactions is a good idea. But go ahead, try it out.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 13:24:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4306289#M257888</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-11-28T13:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4306297#M257889</link>
      <description>&lt;P&gt;It worked for me, your booking column should be a measure like&lt;BR /&gt;booking = CALCULATE(sum(....), FILTER(table, table[month]=selectedvalues(month))&lt;BR /&gt;and u can set a segment to select month,&amp;nbsp; call 2 filters in your export, restaurant and month, u should be able to select more than one month.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 13:34:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4306297#M257889</guid>
      <dc:creator>Jdrien</dc:creator>
      <dc:date>2024-11-28T13:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filters on REST API JSON POST request</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4307402#M257955</link>
      <description>&lt;P&gt;Hallo&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;do you by chance know how i can find documentation for visual interaction. i tried using&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pages&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pageName&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"ReportSection9"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;visuals&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; visualName&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"f986f3cfa280c2986e82"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; interactions&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"M"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;],&lt;BR /&gt;This is not working&lt;BR /&gt;also somthing like this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pages&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pageName&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"ReportSection9"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;visuals&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;visualName&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"f986f3cfa280c2986e82"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;filters&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;filter&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;`tablename/culumn eq 'M'`&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;overrideDefaultFilters&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;but i seem to be wrong, do you have any idea of how i can go around this&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Nov 2024 10:08:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Apply-filters-on-REST-API-JSON-POST-request/m-p/4307402#M257955</guid>
      <dc:creator>fabyx</dc:creator>
      <dc:date>2024-11-29T10:08:54Z</dc:date>
    </item>
  </channel>
</rss>

