<?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: Convert EXCEL formula to DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-EXCEL-formula-to-DAX/m-p/2822264#M89606</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="448874" data-lia-user-login="sb2848" class="lia-mention lia-mention-user"&gt;sb2848&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try these two measures formulas .&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure 1 = DATEVALUE(SELECTEDVALUE('Table'[Date]))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Measure 2 = DATEVALUE(SELECTEDVALUE('Table'[Date]))-WEEKDAY('Table'[Date])+1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Best Regards,&lt;BR /&gt;Community Support Team _ Ailsa Tao&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Oct 2022 09:34:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-06T09:34:40Z</dc:date>
    <item>
      <title>Convert EXCEL formula to DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-EXCEL-formula-to-DAX/m-p/2808680#M88759</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am migrating excel reports to Power BI. I need help converting the Excel formulas below to DAX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=DATEVALUE(TEXT([@[ClosedCaseDate]],"m/yyyy"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=DATEVALUE(TEXT([@[ClosedCaseDate]],"m/d/yyyy"))-WEEKDAY([@[ClosedCaseDate]])+1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 14:29:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-EXCEL-formula-to-DAX/m-p/2808680#M88759</guid>
      <dc:creator>sb2848</dc:creator>
      <dc:date>2022-09-30T14:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Convert EXCEL formula to DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-EXCEL-formula-to-DAX/m-p/2809650#M88880</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="448874" data-lia-user-login="sb2848" class="lia-mention lia-mention-user"&gt;sb2848&lt;/a&gt; , You have date values function power query too &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;New date = DATEVALUE([Text Date column])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Week start date, assuming you already have date&lt;/P&gt;
&lt;P&gt;Week start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],2)+1&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2022 02:26:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-EXCEL-formula-to-DAX/m-p/2809650#M88880</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-10-01T02:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Convert EXCEL formula to DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-EXCEL-formula-to-DAX/m-p/2822264#M89606</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="448874" data-lia-user-login="sb2848" class="lia-mention lia-mention-user"&gt;sb2848&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try these two measures formulas .&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure 1 = DATEVALUE(SELECTEDVALUE('Table'[Date]))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Measure 2 = DATEVALUE(SELECTEDVALUE('Table'[Date]))-WEEKDAY('Table'[Date])+1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Best Regards,&lt;BR /&gt;Community Support Team _ Ailsa Tao&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 09:34:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-EXCEL-formula-to-DAX/m-p/2822264#M89606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-06T09:34:40Z</dc:date>
    </item>
  </channel>
</rss>

