<?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: Total amount current month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-amount-current-month/m-p/73572#M87</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="14879" data-lia-user-login="LaurentCouartou" class="lia-mention lia-mention-user"&gt;LaurentCouartou﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. That's the way i did it&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2016 08:27:58 GMT</pubDate>
    <dc:creator>Angel</dc:creator>
    <dc:date>2016-09-30T08:27:58Z</dc:date>
    <item>
      <title>Total amount current month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-amount-current-month/m-p/70463#M78</link>
      <description>&lt;P&gt;Hello, everybody&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, I &amp;nbsp;must say I'm starting with DAX functions. So, maybe it could be easy to solve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any dax command where I can see the total amount for the current month?.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 12:18:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-amount-current-month/m-p/70463#M78</guid>
      <dc:creator>Angel</dc:creator>
      <dc:date>2016-09-21T12:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Total amount current month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-amount-current-month/m-p/72246#M81</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="9805" data-lia-user-login="Angel" class="lia-mention lia-mention-user"&gt;Angel﻿&lt;/a&gt;&amp;nbsp;You need to leverage Group BY and Summarize functions of DAX. So assuming you have Month column and Amount column, you can create new calculated table.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 06:41:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-amount-current-month/m-p/72246#M81</guid>
      <dc:creator>ankitpatira</dc:creator>
      <dc:date>2016-09-27T06:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Total amount current month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-amount-current-month/m-p/72736#M82</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="3812" data-lia-user-login="ankitpatira" class="lia-mention lia-mention-user"&gt;ankitpatira﻿&lt;/a&gt;&amp;nbsp;Maybe I haven´t explained the issue well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the columns you mentioned before. The thing I want to do is showing total amount of the current month in a dashboard.&amp;nbsp; If the month changes, the dashboard have to change the month 'automatically' without user interaction.&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;</description>
      <pubDate>Wed, 28 Sep 2016 07:52:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-amount-current-month/m-p/72736#M82</guid>
      <dc:creator>Angel</dc:creator>
      <dc:date>2016-09-28T07:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Total amount current month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-amount-current-month/m-p/73263#M84</link>
      <description>&lt;P&gt;Add a calculated column to your date table, that indicates whether the date belongs to the current month. Then filter on that column.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 14:00:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-amount-current-month/m-p/73263#M84</guid>
      <dc:creator>LaurentCouartou</dc:creator>
      <dc:date>2016-09-29T14:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Total amount current month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-amount-current-month/m-p/73572#M87</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="14879" data-lia-user-login="LaurentCouartou" class="lia-mention lia-mention-user"&gt;LaurentCouartou﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. That's the way i did it&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 08:27:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-amount-current-month/m-p/73572#M87</guid>
      <dc:creator>Angel</dc:creator>
      <dc:date>2016-09-30T08:27:58Z</dc:date>
    </item>
  </channel>
</rss>

