<?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: Slicer updating custom made week by the current week in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2426564#M64468</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp;Hi, thanks. Im not able to make this work, I get the same outcome as last time. Could you please show in the file that I shared?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 10:59:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-03-30T10:59:02Z</dc:date>
    <item>
      <title>Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2415746#M63808</link>
      <description>&lt;P&gt;Hi, I have a report which is showing weekly stats based on a custom made week. In our company the weeks goes from Friday to Thursday.&amp;nbsp;&lt;BR /&gt;I have a custom made week column which looks like this:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Week+Dates = 'Date'[Week of Year(Fri-Thu)!] &amp;amp;": (" &amp;amp; 'Date'[WeekBetweenDates] &amp;amp;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;")"&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;I.E for this current week its week 12 and goes from 18th of march until 24th of march. Appears like this:&amp;nbsp;&lt;STRONG&gt;12: (18.03 - 24.03)&lt;BR /&gt;&lt;/STRONG&gt;Im using this logic in a slicer and it works great.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;U&gt;To my issue:&lt;/U&gt;&lt;BR /&gt;Tomorrow it will be a new week: &lt;STRONG&gt;13: (25.03 - 31.03)&amp;nbsp;&lt;/STRONG&gt;and I want my report to change to this automaticly when entering the report, so I dont have to select this manually each week.&lt;BR /&gt;&lt;BR /&gt;Is this something that can be solved?&lt;BR /&gt;&lt;BR /&gt;Appriciate any help!&amp;nbsp;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Mar 2022 16:58:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2415746#M63808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-24T16:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2415968#M63820</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;You can have two calculated columns, I put thrm in Date Table.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Week Start (Fri) = &lt;/SPAN&gt;&lt;SPAN&gt;Dates[Date]&lt;/SPAN&gt;&lt;SPAN&gt; - &lt;/SPAN&gt;&lt;SPAN&gt;WEEKDAY&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Dates[Date]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;)+&lt;/SPAN&gt;&lt;SPAN&gt;5&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Week End (thur) = &lt;/SPAN&gt;&lt;SPAN&gt;Dates[Date]&lt;/SPAN&gt;&lt;SPAN&gt; - &lt;/SPAN&gt;&lt;SPAN&gt;WEEKDAY&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Dates[Date]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;)+&lt;/SPAN&gt;&lt;SPAN&gt;11&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;and then you can have slicer. Please see below..&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Mar 2022 18:54:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2415968#M63820</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-24T18:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2416002#M63821</link>
      <description>&lt;P&gt;I beleive these columns would work ( to produce results against data)only if they are in your fact table.&amp;nbsp; I just tested. on a different week start. The calculated columns initially given for Fri-Tursday would work for your purpose.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 19:17:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2416002#M63821</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-24T19:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2417068#M63853</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp;hi, I dont understand how this will solve my issue with updating the slicer to the current week automaticly?&lt;BR /&gt;I already have the custom weeks in my report in a slicer:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The problem is how this can be 13: (25.03 - 31.03) without touching it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 07:50:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2417068#M63853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-25T07:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2417958#M63913</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Sorry I misunderstood. You can put a calculated column in your fact table and use it as the slicer. But first add WeekNum to your fact table. You can do that in PQ or in DAX.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current Week in Fact Table = IF(FactTable[WeekNum] = MAX(FactTable[WeekNum]), "Current", CONVERT(FactTable[WeekNum], STRING))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current Week in Date Table CC =&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Curr Week = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;cweek&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;WEEKNUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Dates[Week No.]&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;SPAN&gt;cweek&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Current"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;CONVERT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Dates[Week No.]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;STRING&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Use this for your slicer and select current week from filter pane and it will always open to current week.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I beleive this will also work if you put this Current Week Calc Col in the Dates Table and follow the same steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you'd like, if you share some sample data I can show this technique.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 12:53:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2417958#M63913</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-25T12:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2422326#M64226</link>
      <description>&lt;P&gt;Hi, thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;The problem with the column now is that it shows the next week as "current":&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The formula looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Current week = &lt;/EM&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;var cweek = WEEKNUM(TODAY())&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;return&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;IF('Date'[Week of Year(Fri-Thu)!] = cweek,&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;"current",CONVERT('Date'[Week of Year(Fri-Thu)!],STRING&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;))&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Where&amp;nbsp;&lt;EM&gt;('Date'[Week of Year(Fri-Thu)!] &lt;/EM&gt;is the modified week number (format in Whole numbers).&lt;BR /&gt;&lt;BR /&gt;Any idéas?&lt;BR /&gt;&lt;BR /&gt;I would love to share a sample in pbix but im not sure how to post it here.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 19:19:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2422326#M64226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-28T19:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2422342#M64229</link>
      <description>&lt;P&gt;Hi Kiisj:&lt;/P&gt;&lt;P&gt;It might be something about your date table.&lt;/P&gt;&lt;P&gt;This usually is an easy fix..&lt;/P&gt;&lt;P&gt;If you go to Google Drive and where it says MY Files, you can choose Upload.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the right side the menu has "Recents". You can Rclick on your file and it will ask if you want a link to share.&amp;nbsp; Sometimes on the dropdown you choose "anyone with this link" to allow others to see. Of course if it's not private.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 19:32:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2422342#M64229</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-28T19:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2422889#M64270</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Because the values of table column is always fixed, they won't be automatically changed everyday. Also, we are not able to add measures into a slicer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To work around your requirement, you could create two measures and a calendar table as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Week start = TODAY()-WEEKDAY(TODAY(),2)+1&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Week End = TODAY()-WEEKDAY(TODAY(),2)+7&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Date Table = CALENDAR([Week start],[Week End])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Add 'Date Table'[Date] into slicer.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Then create relationship between the tables.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If I have misunderstood your meaning, please provide your pbix file without privacy information and desired output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ Polly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 02:26:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2422889#M64270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-29T02:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2423506#M64299</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp;Ok nice, here is the link to the report:&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/1a1CikvXnR3nnWl-pWlLhsIZOEYZWv8-o/view?usp=sharing" target="_blank" rel="noopener"&gt;https://drive.google.com/file/d/1a1CikvXnR3nnWl-pWlLhsIZOEYZWv8-o/view?usp=sharinghttps://drive.google.com/file/d/1DyKclo-COPFX6NdFh6QYeopR3SlXvsuP/view?usp=sharing&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 08:52:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2423506#M64299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-29T08:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2423647#M64306</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Hi see this link to the test report&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/1a1CikvXnR3nnWl-pWlLhsIZOEYZWv8-o/view?usp=sharing" target="_blank" rel="noopener"&gt;https://drive.google.com/file/d/1a1CikvXnR3nnWl-pWlLhsIZOEYZWv8-o/view?usp=sharinghttps://drive.google.com/file/d/1a1CikvXnR3nnWl-pWlLhsIZOEYZWv8-o/view?usp=sharing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My desired outcome is that the report will move automaticly to Week no 14 when first of april starts:&lt;BR /&gt;&lt;BR /&gt;&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;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 08:54:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2423647#M64306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-29T08:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2424345#M64340</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I beleive you may already have a way for week to begin on Friday. Just in case, this is less code:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Week Start Fri = &lt;/SPAN&gt;&lt;SPAN&gt;WEEKNUM&lt;/SPAN&gt;&lt;SPAN&gt;(TableName&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;15&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;For the current week slicer the below noramlly works&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;You can put a calculated column in your fact table and use it as the slicer. But first add WeekNum to your fact table. You can do that in PQ or in DAX.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current Week in Fact Table = IF(FactTable[WeekNum] = MAX(FactTable[WeekNum]), "Current", CONVERT(FactTable[WeekNum], STRING))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Week in Date Table CC =&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Curr Week = &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;var cweek = WEEKNUM(TODAY())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;return&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(Dates[Week No.] =cweek, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Current", CONVERT(Dates[Week No.],STRING))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Use this for your slicer and select current week from filter pane and it will always open to current week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe this will also work if you put this Current Week Calc Col in the Dates Table and follow the same steps.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Mar 2022 13:23:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2424345#M64340</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-29T13:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2426564#M64468</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp;Hi, thanks. Im not able to make this work, I get the same outcome as last time. Could you please show in the file that I shared?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 10:59:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2426564#M64468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-30T10:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2426696#M64474</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;OK, I will try that. I will look asap, after some meetings today. Hope that is OK. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 11:45:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2426696#M64474</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-30T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer updating custom made week by the current week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2427516#M64512</link>
      <description>&lt;P&gt;Hi Kiisj:&lt;/P&gt;&lt;P&gt;You did an awesome job making the calendar. I just subtracted a 1 to get current week. I have put that as a filter in the filter panel. The other thing is I disconnected the auto date time as there were several date tables running in&amp;nbsp; the background. I wasn't sure if you wanted to change the first date to 12-30-2021 or leave it, so I left it.&lt;/P&gt;&lt;P&gt;I hope this was helpful as you did most all the work!&amp;nbsp; Thanks..&lt;/P&gt;&lt;P&gt;&lt;A title="Dates starting Friday" href="https://drive.google.com/file/d/16X0PLjZClrQSZlgNEdVfGVfj53YQbXPr/view?usp=sharing" target="_self"&gt;https://drive.google.com/file/d/16X0PLjZClrQSZlgNEdVfGVfj53YQbXPr/view?usp=sharing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 17:01:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-updating-custom-made-week-by-the-current-week/m-p/2427516#M64512</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-30T17:01:31Z</dc:date>
    </item>
  </channel>
</rss>

