<?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: Report in PowerBI Report Builder with multiple filters, allowing null values in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-in-PowerBI-Report-Builder-with-multiple-filters-allowing/m-p/1637633#M17836</link>
    <description>&lt;P&gt;I'm using PowerBI Report Builder, thanks for the answer&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2021 04:58:38 GMT</pubDate>
    <dc:creator>galdezanni</dc:creator>
    <dc:date>2021-02-02T04:58:38Z</dc:date>
    <item>
      <title>Report in PowerBI Report Builder with multiple filters, allowing null values</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-in-PowerBI-Report-Builder-with-multiple-filters-allowing/m-p/1636651#M17817</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm creating a report in PowerBI Report Builder with multiple filter options, but I'm not getting it to run as I imagined.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the case, there are two filters, I would like to be able to filter by a "Função", or another "idDemanda", or using both, however if I select only one parameter it displays the following message: "insert a value for the parameter ' Function '. The parameter cannot be empty. "&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How could I solve this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 19:43:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-in-PowerBI-Report-Builder-with-multiple-filters-allowing/m-p/1636651#M17817</guid>
      <dc:creator>galdezanni</dc:creator>
      <dc:date>2021-02-01T19:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Report in PowerBI Report Builder with multiple filters, allowing null values</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-in-PowerBI-Report-Builder-with-multiple-filters-allowing/m-p/1637018#M17825</link>
      <description>&lt;P&gt;Is this showing up in Power BI Desktop? Seems like a Power BI desktop specific question though I might be misunderstanding the question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you post this in the desktop subsection I think you can find an answer quicker.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 22:30:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-in-PowerBI-Report-Builder-with-multiple-filters-allowing/m-p/1637018#M17825</guid>
      <dc:creator>Petebro</dc:creator>
      <dc:date>2021-02-01T22:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Report in PowerBI Report Builder with multiple filters, allowing null values</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-in-PowerBI-Report-Builder-with-multiple-filters-allowing/m-p/1637633#M17836</link>
      <description>&lt;P&gt;I'm using PowerBI Report Builder, thanks for the answer&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 04:58:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-in-PowerBI-Report-Builder-with-multiple-filters-allowing/m-p/1637633#M17836</guid>
      <dc:creator>galdezanni</dc:creator>
      <dc:date>2021-02-02T04:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Report in PowerBI Report Builder with multiple filters, allowing null values</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-in-PowerBI-Report-Builder-with-multiple-filters-allowing/m-p/1637654#M17838</link>
      <description>&lt;P&gt;So you either need to change your parameter to all null or to have some sort of default value (like "All" or an empty string). But then you probably also need to edit your query to return the appropriate results when the parameter is null or has a default value.&lt;BR /&gt;&lt;BR /&gt;So if you had a default value of "-ALL-" then the following code would show all colors if that was the value of the parameter otherwise it would filter for the color specified in the parameter.&lt;BR /&gt;&lt;BR /&gt;EVALUATE&lt;BR /&gt;SUMMARIZECOLUMNS(&lt;BR /&gt;Product[Category],&lt;/P&gt;
&lt;P&gt;FILTER( VALUES( Product[Color] ) , Product[Color] =&amp;nbsp;@color ||&amp;nbsp;@color = "-ALL-" )&lt;/P&gt;
&lt;P&gt;,"Sales Amount", [Sales Amount]&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or if you need more complex logic you can write your query as an expression and include IIF() functions to alter the query dynamically to make it more efficient.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 05:16:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-in-PowerBI-Report-Builder-with-multiple-filters-allowing/m-p/1637654#M17838</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2021-02-02T05:16:07Z</dc:date>
    </item>
  </channel>
</rss>

