<?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: SQL Query to DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX/m-p/3301661#M123181</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="580346" data-lia-user-login="jainesh12" class="lia-mention lia-mention-user"&gt;jainesh12&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;If you are creting a measure then simply&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;total_sales = SUM ( Orders[Amount] )&lt;/LI-CODE&gt;
&lt;P&gt;If you want to create a calculated table&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;OrdersByCustomer =
SUMMARIZE ( Orders, Orders[Customer_id], "total_sales", SUM ( Orders[Amount] ) )&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 26 Jun 2023 06:16:13 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-06-26T06:16:13Z</dc:date>
    <item>
      <title>SQL Query to DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX/m-p/3301585#M123169</link>
      <description>&lt;P&gt;SELECT customer_id, SUM(amount) AS total_sales&lt;BR /&gt;FROM orders&lt;BR /&gt;GROUP BY customer_id;&lt;BR /&gt;&lt;BR /&gt;How can I convert it to a DAX function?&lt;BR /&gt;Is there any AI tool that converts SQL queries to DAX functions? (Except ChatGPT)&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 05:16:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX/m-p/3301585#M123169</guid>
      <dc:creator>jainesh12</dc:creator>
      <dc:date>2023-06-26T05:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query to DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX/m-p/3301661#M123181</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="580346" data-lia-user-login="jainesh12" class="lia-mention lia-mention-user"&gt;jainesh12&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;If you are creting a measure then simply&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;total_sales = SUM ( Orders[Amount] )&lt;/LI-CODE&gt;
&lt;P&gt;If you want to create a calculated table&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;OrdersByCustomer =
SUMMARIZE ( Orders, Orders[Customer_id], "total_sales", SUM ( Orders[Amount] ) )&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 26 Jun 2023 06:16:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX/m-p/3301661#M123181</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-26T06:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query to DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX/m-p/3301668#M123183</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;Thank you for the suggestion.&lt;BR /&gt;This was just an example, do you know is their any requirement to convert SQL queries to DAX functions?&lt;BR /&gt;If yes, please suggest a few scenarios.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 06:21:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX/m-p/3301668#M123183</guid>
      <dc:creator>jainesh12</dc:creator>
      <dc:date>2023-06-26T06:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query to DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX/m-p/3301687#M123186</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="580346" data-lia-user-login="jainesh12" class="lia-mention lia-mention-user"&gt;jainesh12&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;There is no convertor, but you may try asking ChatGPT.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 06:30:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX/m-p/3301687#M123186</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-26T06:30:30Z</dc:date>
    </item>
  </channel>
</rss>

