<?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: How to calculate/show rowtotal in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1631060#M33051</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have added a link to the pbix file.&lt;BR /&gt;&lt;A href="https://1drv.ms/u/s!AoecG91dlcEedFWCA6Fii_s-q9c" target="_self"&gt;https://1drv.ms/u/s!AoecG91dlcEedFWCA6Fii_s-q9c&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you can help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;/P&gt;&lt;P&gt;Lotte&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2021 07:28:48 GMT</pubDate>
    <dc:creator>LotteLaugesen</dc:creator>
    <dc:date>2021-01-29T07:28:48Z</dc:date>
    <item>
      <title>How to calculate/show rowtotal</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1628543#M32960</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;How do I get a Total for Actual in this table?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Actual =&lt;BR /&gt;VAR startDate_ = SELECTEDVALUE( 'Products'[Start date])&lt;BR /&gt;VAR endDate_ = EDATE ( startDate_, 4 )&lt;/P&gt;&lt;P&gt;VAR Act =&lt;BR /&gt;CALCULATE ( SUM ( Sales[Kilos] ), Sales[Invoice date] &amp;gt;= startDate_ &amp;amp;&amp;amp; Sales[Invoice date] &amp;lt;= endDate_ ) / 1000&lt;/P&gt;&lt;P&gt;RETURN Act&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Lotte&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 09:45:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1628543#M32960</guid>
      <dc:creator>LotteLaugesen</dc:creator>
      <dc:date>2021-01-28T09:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate/show rowtotal</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1628658#M32965</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="263569" data-lia-user-login="LotteLaugesen" class="lia-mention lia-mention-user"&gt;LotteLaugesen&lt;/a&gt; , I am assuming this measure and data type is number/decimal &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there no issue try return like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;return&lt;/P&gt;
&lt;P&gt;sumx(summarize(Table, Table[number], Table[Start Date],"_1"), [Act])&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 10:46:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1628658#M32965</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-28T10:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate/show rowtotal</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1628759#M32967</link>
      <description>&lt;P&gt;Yes, it is decimal number &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I'm not sure that I understand your solution.&lt;/P&gt;&lt;P&gt;I need both values for Actual per Number and the total for Actual.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 11:10:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1628759#M32967</guid>
      <dc:creator>LotteLaugesen</dc:creator>
      <dc:date>2021-01-28T11:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate/show rowtotal</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1628822#M32969</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="263569" data-lia-user-login="LotteLaugesen" class="lia-mention lia-mention-user"&gt;LotteLaugesen&lt;/a&gt; ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 11:24:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1628822#M32969</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-28T11:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate/show rowtotal</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1631060#M33051</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have added a link to the pbix file.&lt;BR /&gt;&lt;A href="https://1drv.ms/u/s!AoecG91dlcEedFWCA6Fii_s-q9c" target="_self"&gt;https://1drv.ms/u/s!AoecG91dlcEedFWCA6Fii_s-q9c&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you can help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;/P&gt;&lt;P&gt;Lotte&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 07:28:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1631060#M33051</guid>
      <dc:creator>LotteLaugesen</dc:creator>
      <dc:date>2021-01-29T07:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate/show rowtotal</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1635375#M33181</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I have added a new file where the calculation is visible&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;A href="https://1drv.ms/u/s!AoecG91dlcEedQ5858sIN8ZRh9c?e=0ag264" target="_self"&gt;https://1drv.ms/u/s!AoecG91dlcEedQ5858sIN8ZRh9c?e=0ag264&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Hope you can help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Lotte&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 09:18:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-show-rowtotal/m-p/1635375#M33181</guid>
      <dc:creator>LotteLaugesen</dc:creator>
      <dc:date>2021-02-01T09:18:05Z</dc:date>
    </item>
  </channel>
</rss>

