<?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 Row Subtotal of Measure in Pivot table is empty in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Subtotal-of-Measure-in-Pivot-table-is-empty/m-p/3499621#M134173</link>
    <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;I am strugling to understand and fix the issue of empty subtotals for the measures I created in the Power Pivot model.&lt;/P&gt;&lt;P&gt;Please see below the view of the Pivot table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The YoY measure returns same week previous year sales value (eg. Actual Booking in week 2 of year 2023 ($623K) are reflected as YoY Actual Bookings for week 2 of year 2024).&lt;/P&gt;&lt;P&gt;YoY measure synthax:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YoY:&lt;/STRONG&gt;=&lt;STRONG&gt;CALCULATE&lt;/STRONG&gt;([Actual Bookings],&lt;BR /&gt;(&lt;STRONG&gt;FILTER(ALL&lt;/STRONG&gt;(T_Calendar),&lt;BR /&gt;T_Calendar[Fiscal Year]=&lt;STRONG&gt;IF(HASONEVALUE&lt;/STRONG&gt;(T_Calendar[Fiscal Year]), &lt;STRONG&gt;VALUES&lt;/STRONG&gt;(T_Calendar[Fiscal Year]))-1&amp;amp;&amp;amp;&lt;BR /&gt;T_Calendar[Fiscal Week]=&lt;STRONG&gt;IF(HASONEVALUE&lt;/STRONG&gt;(T_Calendar[Fiscal Week]), &lt;STRONG&gt;VALUES&lt;/STRONG&gt;(T_Calendar[Fiscal Week])))))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please advise why the measure is present in the row of the Pivot table for each week but not visible in Subtotal while other rows in Pivot table are there in Subtotal? What should I do to fix it?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2023 18:54:16 GMT</pubDate>
    <dc:creator>Columnist</dc:creator>
    <dc:date>2023-10-26T18:54:16Z</dc:date>
    <item>
      <title>Row Subtotal of Measure in Pivot table is empty</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Subtotal-of-Measure-in-Pivot-table-is-empty/m-p/3499621#M134173</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;I am strugling to understand and fix the issue of empty subtotals for the measures I created in the Power Pivot model.&lt;/P&gt;&lt;P&gt;Please see below the view of the Pivot table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The YoY measure returns same week previous year sales value (eg. Actual Booking in week 2 of year 2023 ($623K) are reflected as YoY Actual Bookings for week 2 of year 2024).&lt;/P&gt;&lt;P&gt;YoY measure synthax:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YoY:&lt;/STRONG&gt;=&lt;STRONG&gt;CALCULATE&lt;/STRONG&gt;([Actual Bookings],&lt;BR /&gt;(&lt;STRONG&gt;FILTER(ALL&lt;/STRONG&gt;(T_Calendar),&lt;BR /&gt;T_Calendar[Fiscal Year]=&lt;STRONG&gt;IF(HASONEVALUE&lt;/STRONG&gt;(T_Calendar[Fiscal Year]), &lt;STRONG&gt;VALUES&lt;/STRONG&gt;(T_Calendar[Fiscal Year]))-1&amp;amp;&amp;amp;&lt;BR /&gt;T_Calendar[Fiscal Week]=&lt;STRONG&gt;IF(HASONEVALUE&lt;/STRONG&gt;(T_Calendar[Fiscal Week]), &lt;STRONG&gt;VALUES&lt;/STRONG&gt;(T_Calendar[Fiscal Week])))))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please advise why the measure is present in the row of the Pivot table for each week but not visible in Subtotal while other rows in Pivot table are there in Subtotal? What should I do to fix it?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 18:54:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Subtotal-of-Measure-in-Pivot-table-is-empty/m-p/3499621#M134173</guid>
      <dc:creator>Columnist</dc:creator>
      <dc:date>2023-10-26T18:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Row Subtotal of Measure in Pivot table is empty</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Subtotal-of-Measure-in-Pivot-table-is-empty/m-p/3500619#M134219</link>
      <description>&lt;P&gt;in subtotal column, HASONEVALUE was not fullfilled, it will give a blank, ie false. so there is not dates included.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 06:38:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Subtotal-of-Measure-in-Pivot-table-is-empty/m-p/3500619#M134219</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-10-27T06:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Row Subtotal of Measure in Pivot table is empty</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Subtotal-of-Measure-in-Pivot-table-is-empty/m-p/3503150#M134354</link>
      <description>&lt;P&gt;Thanks, wdx223_Daniel. Appreciate if you could suggest what I should change in formula to make it work correctly.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 13:13:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Subtotal-of-Measure-in-Pivot-table-is-empty/m-p/3503150#M134354</guid>
      <dc:creator>Columnist</dc:creator>
      <dc:date>2023-10-29T13:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Row Subtotal of Measure in Pivot table is empty</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Subtotal-of-Measure-in-Pivot-table-is-empty/m-p/3503778#M134401</link>
      <description>&lt;P&gt;&lt;STRONG&gt;YoY:&lt;/STRONG&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;CALCULATE&lt;/STRONG&gt;&lt;SPAN&gt;([Actual Bookings],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;FILTER(ALL&lt;/STRONG&gt;&lt;SPAN&gt;(T_Calendar),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;T_Calendar[Fiscal Year]=&lt;/SPAN&gt;&lt;STRONG&gt;IF(HASONEVALUE&lt;/STRONG&gt;&lt;SPAN&gt;(T_Calendar[Fiscal Year]),&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;VALUES&lt;/STRONG&gt;&lt;SPAN&gt;(T_Calendar[Fiscal Year]))-1&amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;T_Calendar[Fiscal Week] IN&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;VALUES&lt;/STRONG&gt;&lt;SPAN&gt;(T_Calendar[Fiscal Week]))))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 05:57:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Subtotal-of-Measure-in-Pivot-table-is-empty/m-p/3503778#M134401</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-10-30T05:57:33Z</dc:date>
    </item>
  </channel>
</rss>

