<?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 Count number of &amp;quot;Left&amp;quot; in this measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-quot-Left-quot-in-this-measure/m-p/3749484#M146247</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Lost Customers = IF([Total_amount_exclude_vat_]&amp;gt;0&amp;amp;&amp;amp;'All measure'[Last Period Revenue]&amp;lt;=0, "Left", BLANK())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone explain to me how I can count the row number of this measure and filter the number of "Left". this measure is in a measure table. Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 18:45:13 GMT</pubDate>
    <dc:creator>EdMbu</dc:creator>
    <dc:date>2024-03-07T18:45:13Z</dc:date>
    <item>
      <title>Count number of "Left" in this measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-quot-Left-quot-in-this-measure/m-p/3749484#M146247</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Lost Customers = IF([Total_amount_exclude_vat_]&amp;gt;0&amp;amp;&amp;amp;'All measure'[Last Period Revenue]&amp;lt;=0, "Left", BLANK())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone explain to me how I can count the row number of this measure and filter the number of "Left". this measure is in a measure table. Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 18:45:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-quot-Left-quot-in-this-measure/m-p/3749484#M146247</guid>
      <dc:creator>EdMbu</dc:creator>
      <dc:date>2024-03-07T18:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of "Left" in this measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-quot-Left-quot-in-this-measure/m-p/3749856#M146266</link>
      <description>&lt;P&gt;To count the rows of a table you need to have a table first.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a table variable to SUMMARIZE over the customer IDs. Use ADDCOLUMNS to compute if they left or not. FILTER the result by the ones that left.&amp;nbsp; Do a COUNTROWS over that result. That's what your measure should return.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 23:12:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-quot-Left-quot-in-this-measure/m-p/3749856#M146266</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-07T23:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of "Left" in this measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-quot-Left-quot-in-this-measure/m-p/3750477#M146280</link>
      <description>&lt;P&gt;Thanks. its work&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 05:33:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-number-of-quot-Left-quot-in-this-measure/m-p/3750477#M146280</guid>
      <dc:creator>EdMbu</dc:creator>
      <dc:date>2024-03-08T05:33:39Z</dc:date>
    </item>
  </channel>
</rss>

