<?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: Current week's Tuesday date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-week-s-Tuesday-date/m-p/4008062#M157312</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for the solution&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368511" data-lia-user-login="ajohnso2" class="lia-mention lia-mention-user"&gt;ajohnso2&lt;/a&gt;&amp;nbsp; provided, and i want to offer some more infotmation for user to refer to.&lt;BR /&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="461459" data-lia-user-login="Ashik008" class="lia-mention lia-mention-user"&gt;Ashik008&lt;/a&gt;&amp;nbsp;, you can refer to the following code.&lt;/P&gt;
&lt;P&gt;Based on the today column, create a new calculated column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column 2 = var a=WEEKDAY([Today],1)
return [Today]-a+3&lt;/LI-CODE&gt;
&lt;P&gt;Output&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;And you can refer to the attachment&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 02:49:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-25T02:49:51Z</dc:date>
    <item>
      <title>Current week's Tuesday date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-week-s-Tuesday-date/m-p/4007200#M157309</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need help with date column .&lt;/P&gt;&lt;P&gt;I have a date column which shows current date using Today() function . I need to create another column which showing the Tuesday' date of that week .&lt;/P&gt;&lt;P&gt;for example if today is 6/23/2024, column should show 6/25/2024 and it changes when next week starts&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg when6/30/2024 starts , new column changes to 7/2/2024 like that .please help.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 15:05:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-week-s-Tuesday-date/m-p/4007200#M157309</guid>
      <dc:creator>Ashik008</dc:creator>
      <dc:date>2024-06-24T15:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Current week's Tuesday date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-week-s-Tuesday-date/m-p/4007194#M157311</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need help with date column .&lt;/P&gt;&lt;P&gt;I have a date column which shows current date using Today() function . I need to create another column which showing the Tuesday' date of that week .&lt;/P&gt;&lt;P&gt;for example if today is 6/23/2024, column should show 6/25/2024 and it changes when next week starts&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg when6/30/2024 starts , new column changes to 7/2/2024 like that .please help&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 15:02:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-week-s-Tuesday-date/m-p/4007194#M157311</guid>
      <dc:creator>Ashik008</dc:creator>
      <dc:date>2024-06-24T15:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Current week's Tuesday date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-week-s-Tuesday-date/m-p/4007225#M157310</link>
      <description>&lt;P&gt;You really should look into having a date dimension if you dont already, this would be the easiest option.&lt;/P&gt;&lt;P&gt;For example, if you had a column holding the day of week number - you would basically have your answer&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 15:21:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-week-s-Tuesday-date/m-p/4007225#M157310</guid>
      <dc:creator>ajohnso2</dc:creator>
      <dc:date>2024-06-24T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Current week's Tuesday date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-week-s-Tuesday-date/m-p/4008062#M157312</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for the solution&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368511" data-lia-user-login="ajohnso2" class="lia-mention lia-mention-user"&gt;ajohnso2&lt;/a&gt;&amp;nbsp; provided, and i want to offer some more infotmation for user to refer to.&lt;BR /&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="461459" data-lia-user-login="Ashik008" class="lia-mention lia-mention-user"&gt;Ashik008&lt;/a&gt;&amp;nbsp;, you can refer to the following code.&lt;/P&gt;
&lt;P&gt;Based on the today column, create a new calculated column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column 2 = var a=WEEKDAY([Today],1)
return [Today]-a+3&lt;/LI-CODE&gt;
&lt;P&gt;Output&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;And you can refer to the attachment&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 02:49:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-week-s-Tuesday-date/m-p/4008062#M157312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-25T02:49:51Z</dc:date>
    </item>
  </channel>
</rss>

