<?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: Compatibility with ISFILTERED function inside Paginated reporting? in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Compatibility-with-ISFILTERED-function-inside-Paginated/m-p/4665205#M40409</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="152983" data-lia-user-login="Dellis81" class="lia-mention lia-mention-user"&gt;Dellis81&lt;/a&gt;&amp;nbsp;Did you ever come up with a solution?&amp;nbsp; Did you recreate the functionality inside the paginated report?&lt;/P&gt;</description>
    <pubDate>Wed, 23 Apr 2025 14:47:34 GMT</pubDate>
    <dc:creator>dataforhumans</dc:creator>
    <dc:date>2025-04-23T14:47:34Z</dc:date>
    <item>
      <title>Compatibility with ISFILTERED function inside Paginated reporting?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Compatibility-with-ISFILTERED-function-inside-Paginated/m-p/3376876#M35620</link>
      <description>&lt;P&gt;Hello, i have been struggling getting various financial statement subtotals to display within paginated reporting.&amp;nbsp; Within PBI matrix visual - the income statement is properly presented, but once I take that same measure into paginated - various subtotals are no longer displayed (Cost of Goods Sold, Gross Profit, etc)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I have been attempting to understand, think I have the issued narrowed down to the isfiltered function.&amp;nbsp; &amp;nbsp; Within hte measure, I have a series of isfiltered(table/column) chained together with the OR operator.&amp;nbsp; &amp;nbsp; The reason I have this - is to prevent drilldown within the subtotal lines.&amp;nbsp; I have an if statement- if VarCMfiltered=true, blank, measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Snippet of the chained isfiltered functions.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VAR SubHeaderFiltered =
    ISFILTERED ( 'ConsolidatedTransactions'[SubHeader] )
VAR ReportLineDescrFiltered =
    ISFILTERED ( 'COA Setup'[Report LineDescription] )
VAR COADescrFiltered =
    ISFILTERED ( 'COA Setup'[Description] )
VAR COASubHeaderFiltered =
    ISFILTERED ( 'COA Setup'[SubHeader.1] )
VAR COAQbooksSubHeaderFiltered =
    ISFILTERED ( 'COA Setup'[Qbooks SubHeader] )
VAR VarCMFiltered = SubHeaderFiltered || ReportLineDescrFiltered
    || COADescrFiltered
    || COASubHeaderFiltered
    || COAQbooksSubHeaderFiltered&lt;/LI-CODE&gt;&lt;P&gt;However, what I have found, if I remove these isfiltered statements - subtotals are displayed within paginated reports.&amp;nbsp; &amp;nbsp;with the unfortunate effect of undesired drill down lines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, contribution margin and Gross Profit&amp;nbsp; includes undesired drilldown lines,&lt;/P&gt;&lt;P&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;This screenshot shows the various subtotals as zero - when the isfiltered is true included in measure.&amp;nbsp; No drilldown is allowed&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Below is a PBI matrix visual, that is working correctly&amp;nbsp; w/isfiltered functions.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;How can I trick paginated reporting to work similiarly to the matrix visual?&amp;nbsp; &amp;nbsp;I highly suspect the cause is resulting from the use of isfiltered function?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 18:56:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Compatibility-with-ISFILTERED-function-inside-Paginated/m-p/3376876#M35620</guid>
      <dc:creator>Dellis81</dc:creator>
      <dc:date>2023-08-11T18:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Compatibility with ISFILTERED function inside Paginated reporting?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Compatibility-with-ISFILTERED-function-inside-Paginated/m-p/4665205#M40409</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="152983" data-lia-user-login="Dellis81" class="lia-mention lia-mention-user"&gt;Dellis81&lt;/a&gt;&amp;nbsp;Did you ever come up with a solution?&amp;nbsp; Did you recreate the functionality inside the paginated report?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 14:47:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Compatibility-with-ISFILTERED-function-inside-Paginated/m-p/4665205#M40409</guid>
      <dc:creator>dataforhumans</dc:creator>
      <dc:date>2025-04-23T14:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compatibility with ISFILTERED function inside Paginated reporting?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Compatibility-with-ISFILTERED-function-inside-Paginated/m-p/4669221#M40440</link>
      <description>&lt;P&gt;No I did not...&lt;/P&gt;&lt;P&gt;I have sinced moved away from paginated reporting and now attempting to do inside Excel/cubevalues, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if you have thoughts - I would appreciate and I would revisit.&amp;nbsp; &amp;nbsp; I know my Excel way is not optimal...&lt;/P&gt;&lt;P&gt;I have had limited success with Paginated reporting - and honestly waiting for the web version to be more robust.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lack of paginated/printed reporting has limited PBI acceptance to those I am working with.&amp;nbsp; &amp;nbsp;So, finding a solution would be a step forward.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reaching out - looking forward to your thoughts/solutions?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Apr 2025 14:45:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Compatibility-with-ISFILTERED-function-inside-Paginated/m-p/4669221#M40440</guid>
      <dc:creator>Dellis81</dc:creator>
      <dc:date>2025-04-26T14:45:03Z</dc:date>
    </item>
  </channel>
</rss>

