<?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: Stacked area chart in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/307565#M136102</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the same problem. A measure did not fix it, and my data is not smooth enough (per category in the legend) to use a stacked bar chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vote on this idea (found, not created by me)&amp;nbsp;to increase it's likelyhood of being imlemented:&lt;/P&gt;&lt;P&gt;&lt;A href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19164877-stacked-area-charts-do-not-properly-deal-with-miss" target="_blank"&gt;https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19164877-stacked-area-charts-do-not-properly-deal-with-miss&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My ugly chart (just to add to what others have already shown)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2017 08:29:30 GMT</pubDate>
    <dc:creator>VermontSC</dc:creator>
    <dc:date>2017-11-21T08:29:30Z</dc:date>
    <item>
      <title>Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/18685#M5559</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use a stacked area chart with dates on the X-axes, but the rendering is off with crossing lines and gaps. I guess it is caused by missing null or zero values for each categroy at a certain point in time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this considered to be a bug? If not, is there an easy way to add these missing datapoints?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bart&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 15:21:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/18685#M5559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T15:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/18688#M5560</link>
      <description>&lt;P&gt;Could we use a calculation to convert the measure to zero if the value is null?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 15:58:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/18688#M5560</guid>
      <dc:creator>SqlJason</dc:creator>
      <dc:date>2016-02-12T15:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/18699#M5565</link>
      <description>&lt;P&gt;It's not a bug.&lt;/P&gt;&lt;P&gt;In all cubes technologies Null values are eliminated to optimize the number of cell-set return by a query.&lt;/P&gt;&lt;P&gt;In most cases, null values doesn't have anay sense for analytics.&lt;/P&gt;&lt;P&gt;But you have to view the missing point, you have to replace null by 0.&amp;nbsp;This can be done directly from your query by replacing null by 0 (not recommended depending on high number of rows) or by using a calculated measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 17:40:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/18699#M5565</guid>
      <dc:creator>fbrossard</dc:creator>
      <dc:date>2016-02-12T17:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/18810#M5609</link>
      <description>&lt;P&gt;Ok, too bad...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is, I have no data points for certain&amp;nbsp;dates in certain categories(not even null values). How can I create these missing datapoints?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat A - 1/1/2016 - 10&lt;/P&gt;&lt;P&gt;cat A - 2/1/2016 - 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat A - 3/1/2016 - 14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat A - 4/1/2016 - 16&lt;/P&gt;&lt;P&gt;cat B&amp;nbsp;- 1/1/2016 - 14&lt;/P&gt;&lt;P&gt;cat B&amp;nbsp;- 4/1/2016 - 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the example above I'm missing records for&lt;/P&gt;&lt;P&gt;cat B - 2/1/2016 - 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat B - 3/1/2016 - 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 19:20:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/18810#M5609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-14T19:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/58779#M24078</link>
      <description>&lt;P&gt;I am experiencing the exact same issue, as it seems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img&gt;﻿&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any news on this matter?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to sort it?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 16:39:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/58779#M24078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-15T16:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/82183#M34348</link>
      <description>&lt;P&gt;I am facing the same issue.&amp;nbsp; Were you able to find a workaround or a fix for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 17:04:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/82183#M34348</guid>
      <dc:creator>uzmaa</dc:creator>
      <dc:date>2016-10-25T17:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/103504#M43357</link>
      <description>&lt;P&gt;Not yet, unfortunately.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 17:15:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/103504#M43357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-16T17:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/135118#M57860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;all - I just encoutered this issue as well.&amp;nbsp; It is a bad look when there are random white gaps just because a new "legend" started having values in the middle of the chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can achieve something similar with a stacked bar chart, if your X-axis is hierarchical (e.g. Date).&amp;nbsp; It gives the same general feel but certainly does not look as nice as an area chart (without gaps) would.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 16:33:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/135118#M57860</guid>
      <dc:creator>dedelman_clng</dc:creator>
      <dc:date>2017-03-01T16:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/307565#M136102</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the same problem. A measure did not fix it, and my data is not smooth enough (per category in the legend) to use a stacked bar chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vote on this idea (found, not created by me)&amp;nbsp;to increase it's likelyhood of being imlemented:&lt;/P&gt;&lt;P&gt;&lt;A href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19164877-stacked-area-charts-do-not-properly-deal-with-miss" target="_blank"&gt;https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19164877-stacked-area-charts-do-not-properly-deal-with-miss&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My ugly chart (just to add to what others have already shown)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 08:29:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/307565#M136102</guid>
      <dc:creator>VermontSC</dc:creator>
      <dc:date>2017-11-21T08:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/366335#M165737</link>
      <description>&lt;P&gt;I had this problem and used the following workaround:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If source data is derived for example from:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SELECT&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;AAA,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -- The Legend&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;A_DATE,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-- Time series&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;A_VALUE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -- Stacked value&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;FROM TABLE_A;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then replacing it with the following resolved the problem for me:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SELECT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AAA, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;A_DATE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;A_VALUE &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FROM TABLE_A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;UNION ALL&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SELECT &lt;STRONG&gt;DISTINCT &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;AAA, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;&amp;nbsp;cj&lt;/STRONG&gt;.A_DATE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0 AS A_VALUE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FROM TABLE_A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;CROSS JOIN&lt;/STRONG&gt; ( SELECT &lt;STRONG&gt;DISTINCT&lt;/STRONG&gt; A_DATE FROM&amp;nbsp;TABLE_A )&lt;STRONG&gt; cj&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem was actually as described by dedelman_clng (new legend starts mid series), but I think it should work for scattered nulls also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 16:42:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/366335#M165737</guid>
      <dc:creator>nickobat</dc:creator>
      <dc:date>2018-02-27T16:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/366446#M165800</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 20:02:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/366446#M165800</guid>
      <dc:creator>nickobat</dc:creator>
      <dc:date>2018-02-27T20:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/440231#M203244</link>
      <description>&lt;P&gt;Extremely clever solution.&amp;nbsp; Fixed my issue.&amp;nbsp; Thanks for posting.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 21:33:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/440231#M203244</guid>
      <dc:creator>dgsouth99</dc:creator>
      <dc:date>2018-06-14T21:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked area chart</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/677940#M326389</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to try this solution with my data but I an uncertain on where should I type this.&lt;/P&gt;&lt;P&gt;It does not seem like a measure, nor a column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share a screenshot on how did you set it up?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 16:40:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Stacked-area-chart/m-p/677940#M326389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-25T16:40:43Z</dc:date>
    </item>
  </channel>
</rss>

