<?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: Automatically change date based on actual Week &amp;amp; Month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-change-date-based-on-actual-Week-amp-Month/m-p/1454394#M27359</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp; Combinevalue(" ", "Week " , Weeknum(date(date))&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2020 04:56:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-10-26T04:56:17Z</dc:date>
    <item>
      <title>Automatically change date based on actual Week &amp; Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-change-date-based-on-actual-Week-amp-Month/m-p/1440583#M26948</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with month - week based results and i didn't find an option that allows me to show the results of each month in filter relative date, what i actually want is a filter that change automatically the actual month showing at the column header and the results, by example:&lt;BR /&gt;&lt;BR /&gt;This is my current month and the past 5 months:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;What i want is that in november the entire information changes automatically and shows me november results and past 5 months:&lt;BR /&gt;like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;same thing with weeks, show the last 4 week year&lt;BR /&gt;&lt;BR /&gt;I want to do it in the dimdate table&lt;/P&gt;&lt;P&gt;&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;BR /&gt;because there's a lot of values calculated and i want to avoid make a measure for each one, just do it like a date filter&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you very much for reading.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2020 23:57:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-change-date-based-on-actual-Week-amp-Month/m-p/1440583#M26948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-18T23:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically change date based on actual Week &amp; Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-change-date-based-on-actual-Week-amp-Month/m-p/1440650#M26949</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , For this best, is relative date filter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you have to create a column like this in date table&lt;/P&gt;
&lt;P&gt;Month Type = Switch( True(),&lt;BR /&gt;eomonth([Date],0) = eomonth(Today(),-1),"Last Month" ,&lt;BR /&gt;eomonth([Date],0)= eomonth(Today(),0),"This Month" ,&lt;BR /&gt;Format([Date],"MMM-YYYY")&lt;BR /&gt;) &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you have to use this approach of the trend with the above filter&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=duMSovyosXE" target="_blank"&gt;https://www.youtube.com/watch?v=duMSovyosXE&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt; Please provide your feedback comments and advice for new videos &lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=wvsAzTqSDVg&amp;amp;list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb" target="_blank"&gt;Tutorial Series&lt;/A&gt; &lt;A href="https://www.youtube.com/watch?v=WlvQ_SGy4iA&amp;amp;list=PLPaNVDMhUXGZNyKU0PgG2g3P0c6CPjMnj" target="_blank"&gt;Dax Vs SQL&lt;/A&gt; &lt;A href="https://www.youtube.com/watch?v=My0bLn9voo4&amp;amp;list=PLPaNVDMhUXGbKatyDdOhGbTL3xW2Xy6pA" target="_blank"&gt;Direct Query&lt;/A&gt; &lt;A href="https://www.youtube.com/watch?v=YWo-ZpKM6gU&amp;amp;list=PLPaNVDMhUXGYrm5rm6ME6rjzKGSvT9Jmy" target="_blank"&gt;PBI Tips&lt;/A&gt; &lt;BR /&gt;Appreciate your Kudos.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 01:29:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-change-date-based-on-actual-Week-amp-Month/m-p/1440650#M26949</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-10-19T01:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically change date based on actual Week &amp; Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-change-date-based-on-actual-Week-amp-Month/m-p/1454268#M27351</link>
      <description>&lt;P&gt;Excellent, worked so well, how can i do that for the week year number? like Week 39, 40, 41, 42?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 02:35:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-change-date-based-on-actual-Week-amp-Month/m-p/1454268#M27351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-26T02:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically change date based on actual Week &amp; Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-change-date-based-on-actual-Week-amp-Month/m-p/1454394#M27359</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp; Combinevalue(" ", "Week " , Weeknum(date(date))&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 04:56:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-change-date-based-on-actual-Week-amp-Month/m-p/1454394#M27359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-26T04:56:17Z</dc:date>
    </item>
  </channel>
</rss>

