<?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 Values based on specific dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Values-based-on-specific-dates/m-p/1976502#M43517</link>
    <description>&lt;P&gt;You will want to use&amp;nbsp; a Dates table and use its [date] column for your visuals. Once you have that you can create all your measures as needed.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jul 2021 20:11:13 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2021-07-23T20:11:13Z</dc:date>
    <item>
      <title>Calculate Values based on specific dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Values-based-on-specific-dates/m-p/1973841#M43415</link>
      <description>&lt;P&gt;Community,&amp;nbsp;I need a little help here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table like the one bellow and I want to define 2 measures:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Value of Estimated opportunities, considering first day of each month of the year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; In this case, how to consider opportunities that were set to status 'Won' during the month as 'Open' on the first day of the month (past time intelligence)?. Ex: Value of All opportunities, on 01/07/2027, based on 'EstimatedClose' date.&lt;/P&gt;&lt;P&gt;2) Value of Won opportunities, considering last day of each month of the year, based on 'ActualClose" &amp;amp; that EstimatedClose same month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;idOpportunity&lt;/TD&gt;&lt;TD&gt;Createdon&lt;/TD&gt;&lt;TD&gt;EstimatedClose&lt;/TD&gt;&lt;TD&gt;ActualClose&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;01/07/2021&lt;/TD&gt;&lt;TD&gt;22/07/2021&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Open&lt;/TD&gt;&lt;TD&gt;1.000,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;01/07/2021&lt;/TD&gt;&lt;TD&gt;22/07/2021&lt;/TD&gt;&lt;TD&gt;22/07/2021&lt;/TD&gt;&lt;TD&gt;Won&lt;/TD&gt;&lt;TD&gt;1.000,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;01/07/2021&lt;/TD&gt;&lt;TD&gt;22/07/2021&lt;/TD&gt;&lt;TD&gt;22/07/2021&lt;/TD&gt;&lt;TD&gt;Won&lt;/TD&gt;&lt;TD&gt;1.000,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;01/07/2021&lt;/TD&gt;&lt;TD&gt;22/07/2021&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Open&lt;/TD&gt;&lt;TD&gt;1.000,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;01/07/2021&lt;/TD&gt;&lt;TD&gt;22/07/2021&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Lost&lt;/TD&gt;&lt;TD&gt;1.000,00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 22 Jul 2021 16:56:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Values-based-on-specific-dates/m-p/1973841#M43415</guid>
      <dc:creator>EvertonRosa</dc:creator>
      <dc:date>2021-07-22T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Values based on specific dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Values-based-on-specific-dates/m-p/1976502#M43517</link>
      <description>&lt;P&gt;You will want to use&amp;nbsp; a Dates table and use its [date] column for your visuals. Once you have that you can create all your measures as needed.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 20:11:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Values-based-on-specific-dates/m-p/1976502#M43517</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-07-23T20:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Values based on specific dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Values-based-on-specific-dates/m-p/1982961#M43747</link>
      <description>&lt;P&gt;Thanks. I did find a solution.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 19:32:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Values-based-on-specific-dates/m-p/1982961#M43747</guid>
      <dc:creator>EvertonRosa</dc:creator>
      <dc:date>2021-07-27T19:32:53Z</dc:date>
    </item>
  </channel>
</rss>

