<?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 Value for current Fiscal Month regardless the filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-for-current-Fiscal-Month-regardless-the-filter/m-p/1311997#M22918</link>
    <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I have a matrix with different measures.&lt;/P&gt;&lt;P&gt;In total there are 5 measures. 4 measures based on the current fiscal week. For this purpose I have a filter on this visual with the current month (TRUE/ FALSE). The last measure should sum up all values for the current MONTH.&lt;/P&gt;&lt;P&gt;But how is this possible, since I have a filter for the current week for the visual?&lt;/P&gt;&lt;P&gt;The measure is something like SUM ( Sales[Sales]).&lt;/P&gt;&lt;P&gt;I allready have the current month column in the calendar. Our fiscal months have specific start and end dates - if this is a useful information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Thu, 20 Aug 2020 17:15:06 GMT</pubDate>
    <dc:creator>joshua1990</dc:creator>
    <dc:date>2020-08-20T17:15:06Z</dc:date>
    <item>
      <title>Value for current Fiscal Month regardless the filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-for-current-Fiscal-Month-regardless-the-filter/m-p/1311997#M22918</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I have a matrix with different measures.&lt;/P&gt;&lt;P&gt;In total there are 5 measures. 4 measures based on the current fiscal week. For this purpose I have a filter on this visual with the current month (TRUE/ FALSE). The last measure should sum up all values for the current MONTH.&lt;/P&gt;&lt;P&gt;But how is this possible, since I have a filter for the current week for the visual?&lt;/P&gt;&lt;P&gt;The measure is something like SUM ( Sales[Sales]).&lt;/P&gt;&lt;P&gt;I allready have the current month column in the calendar. Our fiscal months have specific start and end dates - if this is a useful information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 17:15:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-for-current-Fiscal-Month-regardless-the-filter/m-p/1311997#M22918</guid>
      <dc:creator>joshua1990</dc:creator>
      <dc:date>2020-08-20T17:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Value for current Fiscal Month regardless the filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-for-current-Fiscal-Month-regardless-the-filter/m-p/1312023#M22920</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="92006" data-lia-user-login="joshua1990" class="lia-mention lia-mention-user"&gt;joshua1990&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see this post regarding How to Get Your Question Answered Quickly:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share some sample data or screenshots of your visualization.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 17:23:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-for-current-Fiscal-Month-regardless-the-filter/m-p/1312023#M22920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-20T17:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Value for current Fiscal Month regardless the filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-for-current-Fiscal-Month-regardless-the-filter/m-p/1316190#M23121</link>
      <description>&lt;LI-CODE lang="csharp"&gt;// Assumptions:
// You've got a stand-alone Calendar table
// that is a date table marked as such
// in the model. [Base Measure] is the
// measure you want to calculate over
// the current month. 'Calendar'[Current Month]
// is a TRUE/FALSE field in Calendar
// marking with TRUE the days that belong to
// the current (fiscal?) month.

[Base Measure for Current Month] =
CALCULATE(
    [Base Measure],
    'Calendar'[Current Month],
    ALL( 'Calendar' )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 22 Aug 2020 10:25:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-for-current-Fiscal-Month-regardless-the-filter/m-p/1316190#M23121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-22T10:25:18Z</dc:date>
    </item>
  </channel>
</rss>

