<?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: Running total by category in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-category/m-p/2656962#M78605</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="416339" data-lia-user-login="Silex_BI" class="lia-mention lia-mention-user"&gt;Silex_BI&lt;/a&gt;&amp;nbsp;check that you put the right column from the right table.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jul 2022 15:41:59 GMT</pubDate>
    <dc:creator>SpartaBI</dc:creator>
    <dc:date>2022-07-23T15:41:59Z</dc:date>
    <item>
      <title>Running total by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-category/m-p/2656876#M78594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is probably an easy one but I'm stumped.&lt;/P&gt;&lt;P&gt;I have a inventory transaction table that record inventory movements.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a measure that calculate the inventory position by date (running total) which works fine:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, as soon as I try to add detail in my table (such as transaction type), the logic breaks:&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;Does anyone have a clue how to fix this?&lt;/P&gt;&lt;P&gt;Thanks a lot!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 14:06:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-category/m-p/2656876#M78594</guid>
      <dc:creator>Silex_BI</dc:creator>
      <dc:date>2022-07-23T14:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Running total by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-category/m-p/2656926#M78600</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="416339" data-lia-user-login="Silex_BI" class="lia-mention lia-mention-user"&gt;Silex_BI&lt;/a&gt;&amp;nbsp;Add to your calculate another statement:&lt;BR /&gt;CALCULATE(&lt;BR /&gt;...&lt;BR /&gt;...,&lt;BR /&gt;REMOVEFILTERS('Table'[Transaction Type])&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;&lt;FONT size="4" color="#0000EE"&gt;Showcase Report – Contoso By SpartaBI&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 15:16:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-category/m-p/2656926#M78600</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-23T15:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Running total by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-category/m-p/2656943#M78603</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;,&lt;BR /&gt;Thank you for your answer, unfortunately it doesn't seem to solve it:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea why?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 15:24:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-category/m-p/2656943#M78603</guid>
      <dc:creator>Silex_BI</dc:creator>
      <dc:date>2022-07-23T15:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Running total by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-category/m-p/2656947#M78604</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="416339" data-lia-user-login="Silex_BI" class="lia-mention lia-mention-user"&gt;Silex_BI&lt;/a&gt;&amp;nbsp;if you want you can PM me now and we could do a quick zoom&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 15:26:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-category/m-p/2656947#M78604</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-23T15:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Running total by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-category/m-p/2656962#M78605</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="416339" data-lia-user-login="Silex_BI" class="lia-mention lia-mention-user"&gt;Silex_BI&lt;/a&gt;&amp;nbsp;check that you put the right column from the right table.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 15:41:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-category/m-p/2656962#M78605</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-23T15:41:59Z</dc:date>
    </item>
  </channel>
</rss>

