<?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: Opening Balance I am not getting the result.. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Opening-Balance-I-am-not-getting-the-result/m-p/3354424#M126009</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="594519" data-lia-user-login="KashSam22" class="lia-mention lia-mention-user"&gt;KashSam22&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;It seems like a common date range (defined by multiple date fields) analysis requirements. Perhaps you can take a look at the following link start date, end date analysis part if these helps:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882#:~:text=You%20have%20a%20%E2%80%9Cstart%20date%E2%80%9D%20and%20an%20%E2%80%9Cend%20date%E2%80%9D" target="_self"&gt;Before You Post, Read This: start, end date&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2023 02:54:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-28T02:54:08Z</dc:date>
    <item>
      <title>Opening Balance I am not getting the result..</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Opening-Balance-I-am-not-getting-the-result/m-p/3350880#M125823</link>
      <description>&lt;P&gt;I am working on a GL Table in which I am displaying Total Amount transaction wise or Account wise based on the Date Slicer and all transactions falling in the selected Date Range.. I also need to show Opening Balance which is sum of Total Amount before the Start date of the Slicer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a measure as Opening Balance and following DAX but it is not giving me the desired output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Opening_Bal = &lt;/SPAN&gt;&lt;SPAN&gt;Var&lt;/SPAN&gt; &lt;SPAN&gt;OpenDate&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;[SelStartDate]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;'BCIA - APIGLEntry'&lt;/SPAN&gt;&lt;SPAN&gt;[Total Amount]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;REMOVEFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar_BC'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;REMOVEFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'BCIA - APIGLEntry'&lt;/SPAN&gt;&lt;SPAN&gt;[postingDate]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'BCIA - APIGLEntry'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'BCIA - APIGLEntry'&lt;/SPAN&gt;&lt;SPAN&gt;[postingDate]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;OpenDate&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Filter Statement is not working... If I remove Filter statement the Sum of all the transactions are coming correctly.. Can someone Help... SelStartDate is the first date of the Date Slicer&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Jul 2023 11:30:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Opening-Balance-I-am-not-getting-the-result/m-p/3350880#M125823</guid>
      <dc:creator>KashSam22</dc:creator>
      <dc:date>2023-07-26T11:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Opening Balance I am not getting the result..</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Opening-Balance-I-am-not-getting-the-result/m-p/3354424#M126009</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="594519" data-lia-user-login="KashSam22" class="lia-mention lia-mention-user"&gt;KashSam22&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;It seems like a common date range (defined by multiple date fields) analysis requirements. Perhaps you can take a look at the following link start date, end date analysis part if these helps:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882#:~:text=You%20have%20a%20%E2%80%9Cstart%20date%E2%80%9D%20and%20an%20%E2%80%9Cend%20date%E2%80%9D" target="_self"&gt;Before You Post, Read This: start, end date&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 02:54:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Opening-Balance-I-am-not-getting-the-result/m-p/3354424#M126009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-28T02:54:08Z</dc:date>
    </item>
  </channel>
</rss>

