<?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: Measured subtotals like disappear when date slicer is applied in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4772232#M182764</link>
    <description>&lt;P&gt;Hi Cridezi,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are following up to see if the details we shared solved your issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need more support, feel free to contact the Microsoft Fabric community.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2025 12:09:13 GMT</pubDate>
    <dc:creator>v-pnaroju-msft</dc:creator>
    <dc:date>2025-07-22T12:09:13Z</dc:date>
    <item>
      <title>Measured subtotals like disappear when date slicer is applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4764119#M182482</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm building a financial statement in Power BI using a matrix visual. I have a measure called Actuals that uses SELECTEDVALUE(tbl_ChartofAccounts[Level 0]) to display values for base accounts (like "Revenue", "COGS") and calculated lines (like "Gross Margin", "EBITDA", etc.) via a SWITCH statement. (see below)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Actuals =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;Level0&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;tbl_ChartofAccounts&lt;/SPAN&gt;&lt;SPAN&gt;[Level 0]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH&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;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Level0&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Gross Margin"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Gross Margin]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Level0&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"EBITDA"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[EBITDA]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[ValuePL]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;All values show correctly when no filters are applied (see snip below).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;However, when I change the calendar slice (e.g., filter 2023-2024, my calculated sublines dissapear? See snip below. Could someone help what's going on?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 18:00:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4764119#M182482</guid>
      <dc:creator>Cridezi</dc:creator>
      <dc:date>2025-07-15T18:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Measured subtotals like disappear when date slicer is applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4764132#M182485</link>
      <description>&lt;P&gt;You need to write here the code of the two measures showing the issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[Gross Margin]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[EBITDA]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;otherwise it is impossible to help you&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273" data-lia-user-login="me" class="lia-mention lia-mention-user"&gt;me&lt;/a&gt; in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Jul 2025 18:10:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4764132#M182485</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-07-15T18:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Measured subtotals like disappear when date slicer is applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4764159#M182486</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Gross Margin =&lt;/SPAN&gt; &lt;SPAN&gt;[Revenue]&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;[Other operating income]&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;[Cost of goods sold]&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;EBITDA =&lt;/SPAN&gt; &lt;SPAN&gt;[Gross Margin]&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;[Operating expenses]&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Revenue and other FSLIs were calculated in the following way. These measured were created only to get the EBITDA, Gross margin calculated.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Revenue =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[ValuePL]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&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;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;tbl_ChartofAccounts&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;SPAN&gt;tbl_ChartofAccounts&lt;/SPAN&gt;&lt;SPAN&gt;[Level 0]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Revenue"&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;)"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Jul 2025 18:21:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4764159#M182486</guid>
      <dc:creator>Cridezi</dc:creator>
      <dc:date>2025-07-15T18:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Measured subtotals like disappear when date slicer is applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4764162#M182487</link>
      <description>&lt;P&gt;When you select specific years, those measures go to blank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to see the pbix to understand why, as the DAX yo showed&amp;nbsp; brings to toher mesures and so forth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share th epbix?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 18:23:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4764162#M182487</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-07-15T18:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Measured subtotals like disappear when date slicer is applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4764554#M182514</link>
      <description>&lt;P&gt;The pbix contains confidential data, unfortunately I cant share... is there anything you would specifically need? (e.g if I take with snipping tool pictures?)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 04:48:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4764554#M182514</guid>
      <dc:creator>Cridezi</dc:creator>
      <dc:date>2025-07-16T04:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Measured subtotals like disappear when date slicer is applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4765431#M182553</link>
      <description>&lt;P&gt;Thankyou,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1287762" data-lia-user-login="FBergamaschi" class="lia-mention lia-mention-user"&gt;FBergamaschi&lt;/a&gt;, for your response.&lt;BR /&gt;&lt;BR /&gt;Hi Cridezi,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We appreciate your question on the Microsoft Fabric Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Based on my understanding of the issue, please find attached a screenshot and a sample PBIX file that may assist in resolving the matter:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;We hope the information provided helps to resolve the issue.&lt;BR /&gt;Should you have any further queries, kindly feel free to contact the Microsoft Fabric community.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 14:17:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4765431#M182553</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-07-16T14:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Measured subtotals like disappear when date slicer is applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4769305#M182656</link>
      <description>&lt;P&gt;Hi Cridezi,&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;We would like to follow up and see whether the details we shared have resolved your problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need any more assistance, please feel free to connect with the Microsoft Fabric community.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jul 2025 17:24:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4769305#M182656</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-07-19T17:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Measured subtotals like disappear when date slicer is applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4772232#M182764</link>
      <description>&lt;P&gt;Hi Cridezi,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are following up to see if the details we shared solved your issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need more support, feel free to contact the Microsoft Fabric community.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 12:09:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4772232#M182764</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-07-22T12:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Measured subtotals like disappear when date slicer is applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4776326#M182930</link>
      <description>&lt;P&gt;Hi Cridezi,&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;We just want to check if the information we gave has fixed your problem.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;If you need more help, please don’t hesitate to ask the Microsoft Fabric community.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 11:21:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measured-subtotals-like-disappear-when-date-slicer-is-applied/m-p/4776326#M182930</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-07-25T11:21:36Z</dc:date>
    </item>
  </channel>
</rss>

