<?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 Display data till current month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-data-till-current-month/m-p/1050590#M14362</link>
    <description>&lt;P&gt;I've finance data available for total financial year July 2019 to June 2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But for now I want to display the data till current month, e.g. till April 2020 in a Line chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What dax formula to use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chiru&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 10:51:08 GMT</pubDate>
    <dc:creator>chiru5262</dc:creator>
    <dc:date>2020-04-27T10:51:08Z</dc:date>
    <item>
      <title>Display data till current month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-data-till-current-month/m-p/1050590#M14362</link>
      <description>&lt;P&gt;I've finance data available for total financial year July 2019 to June 2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But for now I want to display the data till current month, e.g. till April 2020 in a Line chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What dax formula to use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chiru&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 10:51:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-data-till-current-month/m-p/1050590#M14362</guid>
      <dc:creator>chiru5262</dc:creator>
      <dc:date>2020-04-27T10:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display data till current month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-data-till-current-month/m-p/1050664#M14364</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182067" data-lia-user-login="chiru5262" class="lia-mention lia-mention-user"&gt;chiru5262&lt;/a&gt;&amp;nbsp;, you can write a calculated column based on the date field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;if(Today()&amp;gt;=Table[Period],"Year-to-Date")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then apply this column as visual-level/page-level/report-level filter and select value as "Year-to-Date"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution!&lt;BR /&gt;Appreciate with a kudos &lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 11:31:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-data-till-current-month/m-p/1050664#M14364</guid>
      <dc:creator>nandukrishnavs</dc:creator>
      <dc:date>2020-04-27T11:31:28Z</dc:date>
    </item>
  </channel>
</rss>

