<?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: Specific report, sum of every two rows need to be visable in next column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2649995#M78089</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="413641" data-lia-user-login="ZXXX" class="lia-mention lia-mention-user"&gt;ZXXX&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try the following methods.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column =
4802.5 - 22.5
    + CALCULATE (
        SUM ( 'Table'[total of rain] ),
        FILTER ( 'Table', [DATE] &amp;lt;= EARLIER ( 'Table'[DATE] ) )
    )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(4802.5 - 22.5) represents the initial value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2022 09:55:40 GMT</pubDate>
    <dc:creator>v-zhangti</dc:creator>
    <dc:date>2022-07-20T09:55:40Z</dc:date>
    <item>
      <title>Specific report, sum of every two rows need to be visable in next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2642900#M77675</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This i s specific report about water that is save every day&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to have info in next column how much water was save from previous day, and how much comes inn, so in fact it is total of every two rows and result need to be visable for every day, please help how to prepare dax for this.&lt;/P&gt;&lt;P&gt;It is quite easy in Excel&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;Please advice how to prepare measure for new table&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 09:51:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2642900#M77675</guid>
      <dc:creator>ZXXX</dc:creator>
      <dc:date>2022-07-17T09:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Specific report, sum of every two rows need to be visable in next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2642903#M77676</link>
      <description>&lt;P&gt;*measure for new column&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 09:55:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2642903#M77676</guid>
      <dc:creator>ZXXX</dc:creator>
      <dc:date>2022-07-17T09:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Specific report, sum of every two rows need to be visable in next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2642925#M77681</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="413641" data-lia-user-login="ZXXX" class="lia-mention lia-mention-user"&gt;ZXXX&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please provide some sample data along with the expected results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 11:40:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2642925#M77681</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-17T11:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Specific report, sum of every two rows need to be visable in next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643103#M77691</link>
      <description>&lt;P&gt;Like I show in Excel screenshoot, total of previous day + number of water that is new for today. Result is G column but it is also part of calculation.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 17:21:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643103#M77691</guid>
      <dc:creator>ZXXX</dc:creator>
      <dc:date>2022-07-17T17:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Specific report, sum of every two rows need to be visable in next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643104#M77692</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="413641" data-lia-user-login="ZXXX" class="lia-mention lia-mention-user"&gt;ZXXX&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please provide the same copy/paste so we can use to generate sample file. thank you&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 17:27:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643104#M77692</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-17T17:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Specific report, sum of every two rows need to be visable in next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643145#M77699</link>
      <description>&lt;P&gt;Maybe it will be more visable&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 19:21:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643145#M77699</guid>
      <dc:creator>ZXXX</dc:creator>
      <dc:date>2022-07-17T19:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Specific report, sum of every two rows need to be visable in next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643153#M77701</link>
      <description>&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;DATA&lt;/TD&gt;&lt;TD&gt;rain (mm)&lt;/TD&gt;&lt;TD&gt;water from roof&lt;/TD&gt;&lt;TD&gt;total of rain&lt;/TD&gt;&lt;TD&gt;need&lt;/TD&gt;&lt;TD&gt;used water&lt;/TD&gt;&lt;TD&gt;Total of water in container&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12.05.2019&lt;/TD&gt;&lt;TD&gt;0,1&lt;/TD&gt;&lt;TD&gt;22,5&lt;/TD&gt;&lt;TD&gt;22,5&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;4802,5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;13.05.2019&lt;/TD&gt;&lt;TD&gt;0,7&lt;/TD&gt;&lt;TD&gt;157,5&lt;/TD&gt;&lt;TD&gt;157,5&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;4960&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;14.05.2019&lt;/TD&gt;&lt;TD&gt;8,1&lt;/TD&gt;&lt;TD&gt;1822,5&lt;/TD&gt;&lt;TD&gt;1822,5&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;6782,5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15.05.2019&lt;/TD&gt;&lt;TD&gt;15,6&lt;/TD&gt;&lt;TD&gt;3510&lt;/TD&gt;&lt;TD&gt;3217,5&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;10000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;16.05.2019&lt;/TD&gt;&lt;TD&gt;7,9&lt;/TD&gt;&lt;TD&gt;1777,5&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;10000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17.05.2019&lt;/TD&gt;&lt;TD&gt;7,8&lt;/TD&gt;&lt;TD&gt;1755&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;10000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sun, 17 Jul 2022 19:33:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643153#M77701</guid>
      <dc:creator>ZXXX</dc:creator>
      <dc:date>2022-07-17T19:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Specific report, sum of every two rows need to be visable in next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643154#M77702</link>
      <description>&lt;P&gt;Result is water in container&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 19:34:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643154#M77702</guid>
      <dc:creator>ZXXX</dc:creator>
      <dc:date>2022-07-17T19:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Specific report, sum of every two rows need to be visable in next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643163#M77704</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="413641" data-lia-user-login="ZXXX" class="lia-mention lia-mention-user"&gt;ZXXX&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I could understand this set of data&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But the latest data is not clear at all. How did you calculate the first value (&amp;nbsp;&lt;SPAN&gt;4802,5 )?!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 19:55:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643163#M77704</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-17T19:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Specific report, sum of every two rows need to be visable in next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643848#M77738</link>
      <description>&lt;P&gt;The same calculations but from previous days.&lt;/P&gt;&lt;P&gt;The final what I'm trying to do is chartof How much water is in container evey day.&lt;/P&gt;&lt;P&gt;For this I need to add water from previous day, add new one and take off water that was used, taking off is easy.&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 06:27:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2643848#M77738</guid>
      <dc:creator>ZXXX</dc:creator>
      <dc:date>2022-07-18T06:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Specific report, sum of every two rows need to be visable in next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2649995#M78089</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="413641" data-lia-user-login="ZXXX" class="lia-mention lia-mention-user"&gt;ZXXX&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try the following methods.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column =
4802.5 - 22.5
    + CALCULATE (
        SUM ( 'Table'[total of rain] ),
        FILTER ( 'Table', [DATE] &amp;lt;= EARLIER ( 'Table'[DATE] ) )
    )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(4802.5 - 22.5) represents the initial value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 09:55:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Specific-report-sum-of-every-two-rows-need-to-be-visable-in-next/m-p/2649995#M78089</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2022-07-20T09:55:40Z</dc:date>
    </item>
  </channel>
</rss>

