<?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 Command in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX-Command/m-p/1718653#M35529</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;Thanks for quick response. this command is working. I'm need to validate with the data with business. I will let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;</description>
    <pubDate>Fri, 12 Mar 2021 10:16:45 GMT</pubDate>
    <dc:creator>raghukumarch</dc:creator>
    <dc:date>2021-03-12T10:16:45Z</dc:date>
    <item>
      <title>SQL Query to DAX Command</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX-Command/m-p/1718396#M35522</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help in converting the below sql into DAX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select count(*) from table1&lt;BR /&gt;where column1 &amp;lt; 0.6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 08:38:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX-Command/m-p/1718396#M35522</guid>
      <dc:creator>raghukumarch</dc:creator>
      <dc:date>2021-03-12T08:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query to DAX Command</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX-Command/m-p/1718466#M35526</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="290281" data-lia-user-login="raghukumarch" class="lia-mention lia-mention-user"&gt;raghukumarch&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;Try a measure&lt;/P&gt;
&lt;P&gt;countx(filter(Table1,Table[column1]&amp;lt;.6), Table[column1])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or a measure like&lt;/P&gt;
&lt;P&gt;countrows(filter(Table1,Table[column1]&amp;lt;.6))&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 09:12:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX-Command/m-p/1718466#M35526</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-03-12T09:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query to DAX Command</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX-Command/m-p/1718653#M35529</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;Thanks for quick response. this command is working. I'm need to validate with the data with business. I will let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 10:16:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SQL-Query-to-DAX-Command/m-p/1718653#M35529</guid>
      <dc:creator>raghukumarch</dc:creator>
      <dc:date>2021-03-12T10:16:45Z</dc:date>
    </item>
  </channel>
</rss>

