<?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: Time intelligence Function in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659635#M78799</link>
    <description>&lt;P&gt;One last question the first activity dosent capture the previous months current date for some reason&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2022 15:37:20 GMT</pubDate>
    <dc:creator>yazenbarakat123</dc:creator>
    <dc:date>2022-07-25T15:37:20Z</dc:date>
    <item>
      <title>Time intelligence Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659478#M78785</link>
      <description>&lt;P&gt;Hello All!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im currently trying to write a Dax query to retrive the&amp;nbsp; "Current Date" for the previous month in a scheduling Report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each Scheduled acticty has a Baseline date and a current date as seen below what I would like to do is&amp;nbsp; write a measure to return the "Current Date" from the previous month into a new Column called (Previous Month)&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the Help in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 14:29:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659478#M78785</guid>
      <dc:creator>yazenbarakat123</dc:creator>
      <dc:date>2022-07-25T14:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Time intelligence Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659586#M78789</link>
      <description>&lt;P&gt;You could create a measure like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Previous Month =
LOOKUPVALUE (
    'Table'[Current Month],
    'Table'[Activity ID], SELECTEDVALUE ( 'Table'[Activity ID] ),
    'Table'[Reporting date], EOMONTH ( SELECTEDVALUE ( 'Table'[Reporting Month] ), -2 ) + 1,
    BLANK ()
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 25 Jul 2022 15:13:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659586#M78789</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-07-25T15:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Time intelligence Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659614#M78793</link>
      <description>&lt;P&gt;Thank you for the fast response&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="240987" data-lia-user-login="johnt75" class="lia-mention lia-mention-user"&gt;johnt75&lt;/a&gt;&amp;nbsp; it seems to be working but not to the exact level,&amp;nbsp; I still want to show other Activites if there isnt a Current date in the Previous month the measure seems to filter out the table&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 15:28:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659614#M78793</guid>
      <dc:creator>yazenbarakat123</dc:creator>
      <dc:date>2022-07-25T15:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Time intelligence Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659621#M78796</link>
      <description>&lt;P&gt;In the fields well, click on the down arrow next to Activity ID and choose "Show items with no data"&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 15:32:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659621#M78796</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-07-25T15:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Time intelligence Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659628#M78797</link>
      <description>&lt;P&gt;You are the best !!! Thank you so much &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 15:34:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659628#M78797</guid>
      <dc:creator>yazenbarakat123</dc:creator>
      <dc:date>2022-07-25T15:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time intelligence Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659635#M78799</link>
      <description>&lt;P&gt;One last question the first activity dosent capture the previous months current date for some reason&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 15:37:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659635#M78799</guid>
      <dc:creator>yazenbarakat123</dc:creator>
      <dc:date>2022-07-25T15:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Time intelligence Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659657#M78802</link>
      <description>&lt;P&gt;Try using Power Query to change the type of the reporting date column to date rather than datetime. Its possible that there are some microseconds, not being displayed, which means the two values don't match&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 15:44:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-intelligence-Function/m-p/2659657#M78802</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-07-25T15:44:58Z</dc:date>
    </item>
  </channel>
</rss>

