<?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: Calculate quarter data based on a month selection in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-quarter-data-based-on-a-month-selection/m-p/2129667#M48864</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="188484" data-lia-user-login="rmeng" class="lia-mention lia-mention-user"&gt;rmeng&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Use the following measure:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Event Quarter = 
CALCULATE(
    [# Events],
    REMOVEFILTERS('Calendar'[Year Month]),
    VALUES('Calendar'[Year Qtr]])
)
&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 12 Oct 2021 12:10:18 GMT</pubDate>
    <dc:creator>Fowmy</dc:creator>
    <dc:date>2021-10-12T12:10:18Z</dc:date>
    <item>
      <title>Calculate quarter data based on a month selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-quarter-data-based-on-a-month-selection/m-p/2129596#M48862</link>
      <description>&lt;P&gt;I need help to build a card or a table value when a month is filtered to show the value of all quarter not only the month selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I select 2021 September I need the September value that´s easy and correct but for Quarter 3 I need a value summing all 3 months of that quarter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 11:52:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-quarter-data-based-on-a-month-selection/m-p/2129596#M48862</guid>
      <dc:creator>rmeng</dc:creator>
      <dc:date>2021-10-12T11:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate quarter data based on a month selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-quarter-data-based-on-a-month-selection/m-p/2129667#M48864</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="188484" data-lia-user-login="rmeng" class="lia-mention lia-mention-user"&gt;rmeng&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Use the following measure:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Event Quarter = 
CALCULATE(
    [# Events],
    REMOVEFILTERS('Calendar'[Year Month]),
    VALUES('Calendar'[Year Qtr]])
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 12 Oct 2021 12:10:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-quarter-data-based-on-a-month-selection/m-p/2129667#M48864</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2021-10-12T12:10:18Z</dc:date>
    </item>
  </channel>
</rss>

