<?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: Display all months but filter on date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-months-but-filter-on-date/m-p/1010680#M12919</link>
    <description>&lt;P&gt;Yes, you would need an ALL statement in there and then filter down to what you need.&amp;nbsp;See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Apr 2020 17:19:13 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2020-04-06T17:19:13Z</dc:date>
    <item>
      <title>Display all months but filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-months-but-filter-on-date/m-p/1010640#M12917</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know if it is possible to display all months for a graph but select a date in a slicer.&lt;/P&gt;&lt;P&gt;Like I want the full month value for January and February and month to date for March&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create a measure to acheive this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Apr 2020 16:57:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-months-but-filter-on-date/m-p/1010640#M12917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-06T16:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display all months but filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-months-but-filter-on-date/m-p/1010680#M12919</link>
      <description>&lt;P&gt;Yes, you would need an ALL statement in there and then filter down to what you need.&amp;nbsp;See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 17:19:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-months-but-filter-on-date/m-p/1010680#M12919</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-06T17:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display all months but filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-months-but-filter-on-date/m-p/1010836#M12924</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;But it seems like this measure does not behave like I want&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure = 
VAR _MAXYEAR = MAX( 'Date'[Year] )
VAR _TMPTABLE = CALCULATETABLE( 'Date'; ALL( 'Date'[Year] ); ALL( 'Date'[Month] ); ALL( 'Date'[Date] ) )
RETURN
SUMX(FILTER(_TMPTABLE; 'Date'[Year] &amp;lt;= _MAXYEAR);[Turnover Tax Excl EUR])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to have all possible dates I could, but as a result, in my graph the only date displayed is 2020-03-16&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 18:41:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-all-months-but-filter-on-date/m-p/1010836#M12924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-06T18:41:23Z</dc:date>
    </item>
  </channel>
</rss>

