<?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: DAX Row Level subtotals not appearing in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Row-Level-subtotals-not-appearing/m-p/2403323#M62995</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="221927" data-lia-user-login="hitesh1607" class="lia-mention lia-mention-user"&gt;hitesh1607&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Would you please clarify the issue further? Can you please share some screenshots about your data model or maybe any insensitive data from both tables? Can you please share the code that you used?&lt;/P&gt;</description>
    <pubDate>Fri, 18 Mar 2022 13:04:15 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-03-18T13:04:15Z</dc:date>
    <item>
      <title>DAX Row Level subtotals not appearing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Row-Level-subtotals-not-appearing/m-p/2402220#M62939</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two tables.&lt;/P&gt;&lt;P&gt;Product: Category, SubCategory, NtWeight&lt;/P&gt;&lt;P&gt;Sales: LineNo, Qty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to multiply NtWeight*qty&amp;nbsp; but I am getting either wrong subtotals or if I use SelectedValue function then row-level details are fine but Subtotals are blank in matrix visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 03:27:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Row-Level-subtotals-not-appearing/m-p/2402220#M62939</guid>
      <dc:creator>hitesh1607</dc:creator>
      <dc:date>2022-03-18T03:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Row Level subtotals not appearing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Row-Level-subtotals-not-appearing/m-p/2402229#M62940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="221927" data-lia-user-login="hitesh1607" class="lia-mention lia-mention-user"&gt;hitesh1607&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I guess you already have a relationship between both tables or otherwise you can easily create one. Then you can iterate over sales:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Total Weight =
SUMX ( Sales, Sales[Qty] * RELATED ( 'Product'[NtWeight] ) )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 03:45:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Row-Level-subtotals-not-appearing/m-p/2402229#M62940</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-18T03:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Row Level subtotals not appearing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Row-Level-subtotals-not-appearing/m-p/2403269#M62990</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used related in the first place. I am getting WeightNy (2.28) * Quantity (3104) = 18,889.80 (it should be 7077.12)&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 12:20:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Row-Level-subtotals-not-appearing/m-p/2403269#M62990</guid>
      <dc:creator>hitesh1607</dc:creator>
      <dc:date>2022-03-18T12:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Row Level subtotals not appearing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Row-Level-subtotals-not-appearing/m-p/2403323#M62995</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="221927" data-lia-user-login="hitesh1607" class="lia-mention lia-mention-user"&gt;hitesh1607&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Would you please clarify the issue further? Can you please share some screenshots about your data model or maybe any insensitive data from both tables? Can you please share the code that you used?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 13:04:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Row-Level-subtotals-not-appearing/m-p/2403323#M62995</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-18T13:04:15Z</dc:date>
    </item>
  </channel>
</rss>

