<?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: RSCustomDaxFilter - Paginated Report in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RSCustomDaxFilter-Paginated-Report/m-p/3904984#M152139</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;Would you resolve this issue? I have the same problem but i cant resolve. ı 've been searching a lot. if you resolve can you share me to resolve?&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 10:23:48 GMT</pubDate>
    <dc:creator>Kubrasenses_</dc:creator>
    <dc:date>2024-05-09T10:23:48Z</dc:date>
    <item>
      <title>RSCustomDaxFilter - Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RSCustomDaxFilter-Paginated-Report/m-p/1263379#M21103</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on paginated report. I want to make Last Name and Worker Id parameters optional. User can seleter either &lt;STRONG&gt;Worker Id&lt;/STRONG&gt; or &lt;STRONG&gt;Last Name&lt;/STRONG&gt;. Can you please help me add a Or conditon in&amp;nbsp;&lt;FONT color="#FF9900"&gt;RSCustomDaxFilter?&amp;nbsp;&lt;FONT color="#000000"&gt;In case user selects Work Id, Last Name should be passed as null.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EVALUATE SUMMARIZECOLUMNS('Sample Data'[First Name], 'Sample Data'[Last Name], 'Sample Data'[Worker ID], 'Sample Data'[License Number], 'Sample Data'[Jurisdiction], 'Sample Data'[JurisdictionDesc], 'Sample Data'[Company Name], 'Sample Data'[EmployeeOfficeLocation], 'Sample Data'[Processing Date], 'Sample Data'[Author/Content Credits], 'Sample Data'[Instructor Credits], 'Sample Data'[Learner Credits], 'Sample Data'[Carry Applied], 'Sample Data'[Rule Applied], 'Sample Data'[subjectType], 'Sample Data'[courseCode], 'Sample Data'[providerRegistryNumber(Sponsor ID)], 'Sample Data'[providerName], 'Sample Data'[courseLocationState], 'Sample Data'[Multi-Year RP End Date], 'Sample Data'[Multi-Year RP Start Date], 'Sample Data'[courseDateEnd], 'Sample Data'[courseDateStart], 'Sample Data'[courseDeliveryMethod], 'Sample Data'[courseName], 'Sample Data'[Limitation Reason], &lt;FONT color="#FF9900"&gt;RSCustomDaxFilter(@SampleDataLastName,EqualToCondition,[Sample Data].[Last Name],String)&lt;/FONT&gt;, RSCustomDaxFilter(@SampleDataJurisdictionDesc,EqualToCondition,[Sample Data].[JurisdictionDesc],String), &lt;FONT color="#FF9900"&gt;RSCustomDaxFilter(@SampleDataWorkerID,EqualToCondition,[Sample Data].[Worker ID],String)&lt;/FONT&gt;)&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fayyaz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 22:59:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RSCustomDaxFilter-Paginated-Report/m-p/1263379#M21103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-30T22:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: RSCustomDaxFilter - Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RSCustomDaxFilter-Paginated-Report/m-p/1263633#M21114</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , refer &lt;A href="https://community.powerbi.com/t5/Desktop/Paginated-Reports-Parameters/m-p/1089587" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Paginated-Reports-Parameters/m-p/1089587&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/paginated-reports/report-builder-url-pass-parameters" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/paginated-reports/report-builder-url-pass-parameters&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/paginated-reports/paginated-reports-parameters" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/paginated-reports/paginated-reports-parameters&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 03:18:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RSCustomDaxFilter-Paginated-Report/m-p/1263633#M21114</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-07-31T03:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: RSCustomDaxFilter - Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RSCustomDaxFilter-Paginated-Report/m-p/1829398#M38878</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;RSCustomDaxFilter is a dynamic expression. Maybe you can transform it in general Dax-Code like FILTER() &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;and add the OR()-function and combine it with the ISBLANK()-function for your optional parameter.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I will try to explain it with your example...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF9900"&gt;RSCustomDaxFilter(@SampleDataLastName,EqualToCondition,[Sample Data].[Last Name],String)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;transformed:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF9900"&gt;FILTER(VALUES('Sample Data'[Last Name]), OR(('Sample Data'[Last Name] = @SampleDataLastName), ISBLANK(@SampleDataLastName)))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Best regards.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 08:09:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RSCustomDaxFilter-Paginated-Report/m-p/1829398#M38878</guid>
      <dc:creator>seeligt</dc:creator>
      <dc:date>2021-05-07T08:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: RSCustomDaxFilter - Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RSCustomDaxFilter-Paginated-Report/m-p/2609961#M75664</link>
      <description>&lt;P&gt;Did this resolve you issue?&amp;nbsp; Having the same problem and Report Builder does not like the changes when I try this.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 15:53:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RSCustomDaxFilter-Paginated-Report/m-p/2609961#M75664</guid>
      <dc:creator>martim224</dc:creator>
      <dc:date>2022-06-29T15:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: RSCustomDaxFilter - Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RSCustomDaxFilter-Paginated-Report/m-p/3904984#M152139</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Would you resolve this issue? I have the same problem but i cant resolve. ı 've been searching a lot. if you resolve can you share me to resolve?&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 10:23:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RSCustomDaxFilter-Paginated-Report/m-p/3904984#M152139</guid>
      <dc:creator>Kubrasenses_</dc:creator>
      <dc:date>2024-05-09T10:23:48Z</dc:date>
    </item>
  </channel>
</rss>

