<?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 create a waterfall chart from measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-waterfall-chart-from-measures/m-p/4085991#M162171</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;So let me provide you the explanation:&lt;/P&gt;&lt;P&gt;There is 2 data tables:&lt;/P&gt;&lt;P&gt;Input:&lt;/P&gt;&lt;P&gt;April|May|June&lt;/P&gt;&lt;P&gt;1128|1167|1165&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;April|May|June&lt;/P&gt;&lt;P&gt;1158|1183|1184&lt;/P&gt;&lt;P&gt;So the first difference I calculated is diff between Input current month and Output Previous Month. Second difference is Output-Input&lt;/P&gt;&lt;P&gt;The total is Output value from previous month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2024 06:39:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-08-07T06:39:21Z</dc:date>
    <item>
      <title>How to create a waterfall chart from measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-waterfall-chart-from-measures/m-p/4084101#M162100</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to create a waterfall based on the data I already calculated as a measure.&lt;/P&gt;&lt;P&gt;So increases/decreases between subsequent months.&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;</description>
      <pubDate>Tue, 06 Aug 2024 12:08:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-waterfall-chart-from-measures/m-p/4084101#M162100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-06T12:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a waterfall chart from measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-waterfall-chart-from-measures/m-p/4085157#M162140</link>
      <description>&lt;P&gt;Sounds good.&amp;nbsp;What have you tried and where are you stuck?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 21:06:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-waterfall-chart-from-measures/m-p/4085157#M162140</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-08-06T21:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a waterfall chart from measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-waterfall-chart-from-measures/m-p/4085991#M162171</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;So let me provide you the explanation:&lt;/P&gt;&lt;P&gt;There is 2 data tables:&lt;/P&gt;&lt;P&gt;Input:&lt;/P&gt;&lt;P&gt;April|May|June&lt;/P&gt;&lt;P&gt;1128|1167|1165&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;April|May|June&lt;/P&gt;&lt;P&gt;1158|1183|1184&lt;/P&gt;&lt;P&gt;So the first difference I calculated is diff between Input current month and Output Previous Month. Second difference is Output-Input&lt;/P&gt;&lt;P&gt;The total is Output value from previous month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 06:39:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-waterfall-chart-from-measures/m-p/4085991#M162171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-07T06:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a waterfall chart from measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-waterfall-chart-from-measures/m-p/4087332#M162241</link>
      <description>&lt;P&gt;Prepare your data in a usable form, something like this&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then use that in the waterfall chart, similar to this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Wed, 07 Aug 2024 16:58:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-waterfall-chart-from-measures/m-p/4087332#M162241</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-08-07T16:58:04Z</dc:date>
    </item>
  </channel>
</rss>

