<?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 Using the Count Function with a Measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-the-Count-Function-with-a-Measure/m-p/2890355#M93814</link>
    <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to "count" how many customer's are considered&amp;nbsp; to have "Increasing" sales and how many are considered to be "Decreasing".&amp;nbsp; I would like to add the result to a Card visualization.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my measure:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm confused on how to combine "count" with a measure (or if I need to go about finding the answer in a different way).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2022 20:38:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-07T20:38:46Z</dc:date>
    <item>
      <title>Using the Count Function with a Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-the-Count-Function-with-a-Measure/m-p/2890355#M93814</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to "count" how many customer's are considered&amp;nbsp; to have "Increasing" sales and how many are considered to be "Decreasing".&amp;nbsp; I would like to add the result to a Card visualization.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my measure:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm confused on how to combine "count" with a measure (or if I need to go about finding the answer in a different way).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 20:38:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-the-Count-Function-with-a-Measure/m-p/2890355#M93814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-07T20:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Count Function with a Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-the-Count-Function-with-a-Measure/m-p/2890491#M93819</link>
      <description>&lt;P&gt;Hello Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;P&gt;Calculate(countx(table,[the measure]),[the measure] = "Decreasing")&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 22:06:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-the-Count-Function-with-a-Measure/m-p/2890491#M93819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-07T22:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Count Function with a Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-the-Count-Function-with-a-Measure/m-p/2890861#M93830</link>
      <description>&lt;P&gt;NewMeasure=VAR _tbl=ADDCOLUMNS(VALUES(TableName[CustomerID]),"@Status",[Increasing or Decreasing]) RETURN COUNTROWS(FILTER(_tbl,[@Status]="Increasing")) &amp;amp; " Customers Increasing and "&amp;amp;COUNTROWS(FILTER(_tbl,[@Status]="Decreasing"))&amp;amp;" Customers Decreasing"&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 03:08:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-the-Count-Function-with-a-Measure/m-p/2890861#M93830</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2022-11-08T03:08:39Z</dc:date>
    </item>
  </channel>
</rss>

