<?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 Help With DAX Query in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-With-DAX-Query/m-p/715412#M1208</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like some help with writing a DAX query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 tables, one with customers details and the other with calls details that the customers made.&lt;/P&gt;&lt;P&gt;I am trying to find the customers who did not made any calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in SQL I found the answer with this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select distinct&lt;BR /&gt;c.KeyCustomer&lt;BR /&gt;from DimCustomers as c&lt;BR /&gt;left join FactUsage as f on f.KeyCustomer=c.KeyCustomer&lt;BR /&gt;where f.CallId is null&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2019 17:11:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-14T17:11:50Z</dc:date>
    <item>
      <title>Help With DAX Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-With-DAX-Query/m-p/715412#M1208</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like some help with writing a DAX query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 tables, one with customers details and the other with calls details that the customers made.&lt;/P&gt;&lt;P&gt;I am trying to find the customers who did not made any calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in SQL I found the answer with this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select distinct&lt;BR /&gt;c.KeyCustomer&lt;BR /&gt;from DimCustomers as c&lt;BR /&gt;left join FactUsage as f on f.KeyCustomer=c.KeyCustomer&lt;BR /&gt;where f.CallId is null&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 17:11:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-With-DAX-Query/m-p/715412#M1208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-14T17:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help With DAX Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-With-DAX-Query/m-p/715481#M1211</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; add following measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;# Calls = COUNTROWS( FactUsage ) + 0&lt;/PRE&gt;
&lt;P&gt;Add table visual and put columns from customer table and on visual level filter put&amp;nbsp;&lt;STRONG&gt;# Calls&lt;/STRONG&gt; measaure with equal to 0&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 19:31:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-With-DAX-Query/m-p/715481#M1211</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-06-14T19:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help With DAX Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-With-DAX-Query/m-p/715969#M1223</link>
      <description>&lt;P&gt;THANK YOU!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it worked :)&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2019 14:55:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-With-DAX-Query/m-p/715969#M1223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-16T14:55:25Z</dc:date>
    </item>
  </channel>
</rss>

