<?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 Let date show in different month then indicated by the date column using DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Let-date-show-in-different-month-then-indicated-by-the-date/m-p/1168025#M17955</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created the following measure&amp;nbsp; for my dashboard&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Correctie bijboeking = CALCULATE(SUM(Conceptregels[Regelbedrag]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(Conceptregels,Conceptregels[Type verwerking] = "VD"),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(Conceptregels,Conceptregels[Datum] = DATE(2020,1,16)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Which gives me the values I need, exept in the dashboard I am using this measure for has a MONTH slicer. And I need this measure to give me these values when i select month May. Because of the data model the data shows up in Januari according to the link between date column and date table.&lt;BR /&gt;&lt;BR /&gt;Is there a way to set the date 4 months in the future for this measure using DAX?&lt;BR /&gt;&lt;BR /&gt;PS. I have&amp;nbsp; created an extra column using the querie editor which gives me the date + 4 months but and used USERELATIONSHIP to link to this column. This works, but I do not really like it because this gives me a lot of extra data which I do not need. As I only need the month +4 for this specific measure and not for the entire transaction table.&amp;nbsp;&lt;BR /&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope you can help me&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 18 Jun 2020 07:44:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-18T07:44:06Z</dc:date>
    <item>
      <title>Let date show in different month then indicated by the date column using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Let-date-show-in-different-month-then-indicated-by-the-date/m-p/1168025#M17955</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created the following measure&amp;nbsp; for my dashboard&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Correctie bijboeking = CALCULATE(SUM(Conceptregels[Regelbedrag]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(Conceptregels,Conceptregels[Type verwerking] = "VD"),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(Conceptregels,Conceptregels[Datum] = DATE(2020,1,16)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Which gives me the values I need, exept in the dashboard I am using this measure for has a MONTH slicer. And I need this measure to give me these values when i select month May. Because of the data model the data shows up in Januari according to the link between date column and date table.&lt;BR /&gt;&lt;BR /&gt;Is there a way to set the date 4 months in the future for this measure using DAX?&lt;BR /&gt;&lt;BR /&gt;PS. I have&amp;nbsp; created an extra column using the querie editor which gives me the date + 4 months but and used USERELATIONSHIP to link to this column. This works, but I do not really like it because this gives me a lot of extra data which I do not need. As I only need the month +4 for this specific measure and not for the entire transaction table.&amp;nbsp;&lt;BR /&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope you can help me&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Jun 2020 07:44:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Let-date-show-in-different-month-then-indicated-by-the-date/m-p/1168025#M17955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-18T07:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Let date show in different month then indicated by the date column using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Let-date-show-in-different-month-then-indicated-by-the-date/m-p/1168104#M17956</link>
      <description>&lt;P&gt;Already found it. Thanx,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use dateadd -4 in the measure&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 08:06:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Let-date-show-in-different-month-then-indicated-by-the-date/m-p/1168104#M17956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-18T08:06:04Z</dc:date>
    </item>
  </channel>
</rss>

