<?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: Excel formula to Dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Excel-formula-to-Dax/m-p/4030204#M159336</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;HI! Please note that Excel is not directly translatable into DAX, it depends on several factors and variations. This could be a first draft of code, to then be applied to the data. If you want to give me more information, I would be happy to try to help you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;COUNTROWS('source'),&lt;BR /&gt;FILTER(&lt;BR /&gt;'source',&lt;BR /&gt;'source'[Job Registered Date] &amp;gt;= DATE(YEAR(E7), MONTH(E7), 1) &amp;amp;&amp;amp;&lt;BR /&gt;'source'[Job Registered Date] &amp;lt;= EOMONTH(E7, 0) &amp;amp;&amp;amp;&lt;BR /&gt;'source'[engine type] = D11 &amp;amp;&amp;amp;&lt;BR /&gt;'source'[LMP] = C8&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 12:29:34 GMT</pubDate>
    <dc:creator>BeaBF</dc:creator>
    <dc:date>2024-07-08T12:29:34Z</dc:date>
    <item>
      <title>Excel formula to Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Excel-formula-to-Dax/m-p/4028821#M159214</link>
      <description>&lt;P&gt;Hi All need help in converting below Excel formula to Dax&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=SUMPRODUCT((source[Job Registered Date]&amp;gt;=(EOMONTH(E7,-1)+1))*(source [Job Registered Date]&amp;lt;=(EOMONTH (E7,0)))*(source [engine type]=D11)*(source[LMP]=C8))&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2024 17:42:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Excel-formula-to-Dax/m-p/4028821#M159214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-07T17:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excel formula to Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Excel-formula-to-Dax/m-p/4028822#M159215</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/LI-USER&gt;, and thank you for sharing a question with the Community.&amp;nbsp; Please&amp;nbsp;remember to adhere to the decorum of the Community Forum when asking a question.&lt;BR /&gt;&lt;BR /&gt;Please provide your work-in-progress Power BI Desktop file (with sensitive information removed) that covers your issue or question completely in a usable format (not as a screenshot). You can upload the PBIX file to a cloud storage service such as OneDrive, Google Drive, Dropbox, or to a Github repository, and then share a file’s URL.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523/highlight/true#M607150" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523/highlight/true#M607150&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This allows members of the Forum to assess the state of the model, report layer, relationships, and any DAX applied.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2024 17:49:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Excel-formula-to-Dax/m-p/4028822#M159215</guid>
      <dc:creator>foodd</dc:creator>
      <dc:date>2024-07-07T17:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Excel formula to Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Excel-formula-to-Dax/m-p/4030204#M159336</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;HI! Please note that Excel is not directly translatable into DAX, it depends on several factors and variations. This could be a first draft of code, to then be applied to the data. If you want to give me more information, I would be happy to try to help you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;COUNTROWS('source'),&lt;BR /&gt;FILTER(&lt;BR /&gt;'source',&lt;BR /&gt;'source'[Job Registered Date] &amp;gt;= DATE(YEAR(E7), MONTH(E7), 1) &amp;amp;&amp;amp;&lt;BR /&gt;'source'[Job Registered Date] &amp;lt;= EOMONTH(E7, 0) &amp;amp;&amp;amp;&lt;BR /&gt;'source'[engine type] = D11 &amp;amp;&amp;amp;&lt;BR /&gt;'source'[LMP] = C8&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 12:29:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Excel-formula-to-Dax/m-p/4030204#M159336</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-08T12:29:34Z</dc:date>
    </item>
  </channel>
</rss>

