<?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 on stacked column chart - show 0 where blank or previous value by category in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-on-stacked-column-chart-show-0-where-blank-or/m-p/1727824#M35760</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;Hello Amit, do you know how to solve it? I really need this and honestly have no clue how to solve this inconvenience?&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 13:36:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-03-17T13:36:37Z</dc:date>
    <item>
      <title>Running total on stacked column chart - show 0 where blank or previous value by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-on-stacked-column-chart-show-0-where-blank-or/m-p/1725274#M35710</link>
      <description>&lt;DIV class="cehpxlet bi6gxh9e"&gt;&lt;SPAN class="d2edcug0 hpfvmrgz qv66sw1b c1et5uql rrkovp55 jq4qci2q a3bd9o3v knj5qynh oo9gr5id"&gt;Hello everyone,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="cehpxlet bi6gxh9e"&gt;&lt;SPAN class="d2edcug0 hpfvmrgz qv66sw1b c1et5uql rrkovp55 jq4qci2q a3bd9o3v knj5qynh oo9gr5id"&gt;Have anyone faced with Running total calculation problem in Stacked column when it's showing 0 by category in columns where blank or previous value&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="cehpxlet bi6gxh9e"&gt;&lt;SPAN class="d2edcug0 hpfvmrgz qv66sw1b c1et5uql rrkovp55 jq4qci2q a3bd9o3v knj5qynh oo9gr5id"&gt;Find full description by link&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Running-total-on-stacked-column-chart-show-0-where-blank-or/m-p/186401#M81978" target="_blank" rel="nofollow noopener"&gt;https://community.powerbi.com/.../Running.../m-p/186401...&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="cehpxlet bi6gxh9e"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="cehpxlet bi6gxh9e"&gt;&lt;SPAN class="d2edcug0 hpfvmrgz qv66sw1b c1et5uql rrkovp55 jq4qci2q a3bd9o3v knj5qynh oo9gr5id"&gt;I have faced with same problem, and couldn't find the right solution,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="cehpxlet bi6gxh9e"&gt;&lt;SPAN class="d2edcug0 hpfvmrgz qv66sw1b c1et5uql rrkovp55 jq4qci2q a3bd9o3v knj5qynh oo9gr5id"&gt;I would be very thankful for sharing your experience&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Mar 2021 13:32:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-on-stacked-column-chart-show-0-where-blank-or/m-p/1725274#M35710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-16T13:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Running total on stacked column chart - show 0 where blank or previous value by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-on-stacked-column-chart-show-0-where-blank-or/m-p/1725463#M35715</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; ,Have tried running total with help from date table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;example: Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] &amp;lt;=max(date[Date])))&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 15:03:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-on-stacked-column-chart-show-0-where-blank-or/m-p/1725463#M35715</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-03-16T15:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Running total on stacked column chart - show 0 where blank or previous value by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-on-stacked-column-chart-show-0-where-blank-or/m-p/1725552#M35717</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;Yes I'm using the exact same measure in my report: Actions YTD = CALCULATE([Total];FILTER(ALLSELECTED(Action_Log[Mon-Year]);Action_Log[Mon-Year] &amp;lt;= MAX(Action_Log[Mon-Year])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I put it in stacked column chart by category I get the situation where for last month I don't have one of the 3 category because at that month there wasn't any data related to that category. What I want is to have the same amount for that category as in previous month in such case. Insteaed I get only 2 category out of 3.&lt;/P&gt;&lt;P&gt;I don't know how to solve it,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you have any ideas&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 15:51:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-on-stacked-column-chart-show-0-where-blank-or/m-p/1725552#M35717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-16T15:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Running total on stacked column chart - show 0 where blank or previous value by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-on-stacked-column-chart-show-0-where-blank-or/m-p/1727824#M35760</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;Hello Amit, do you know how to solve it? I really need this and honestly have no clue how to solve this inconvenience?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 13:36:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-on-stacked-column-chart-show-0-where-blank-or/m-p/1727824#M35760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-17T13:36:37Z</dc:date>
    </item>
  </channel>
</rss>

