<?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 a single percentage value in a column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-a-single-percentage-value-in-a-column/m-p/3442212#M130794</link>
    <description>&lt;P&gt;This seems like it should be easy but I'm stumped. All I want to do is count the number of times the Completion rate column has the 0.0% value in it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2023 01:13:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-09-22T01:13:25Z</dc:date>
    <item>
      <title>Count a single percentage value in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-a-single-percentage-value-in-a-column/m-p/3442212#M130794</link>
      <description>&lt;P&gt;This seems like it should be easy but I'm stumped. All I want to do is count the number of times the Completion rate column has the 0.0% value in it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 01:13:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-a-single-percentage-value-in-a-column/m-p/3442212#M130794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-22T01:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count a single percentage value in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-a-single-percentage-value-in-a-column/m-p/3442593#M130816</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to crate a measure&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure = CALCULATE(COUNT(Table[Completion rate], KEEPFILTERS([Completion rate] = 0)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If this post helps, then please Accept it as the solution&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 07:53:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-a-single-percentage-value-in-a-column/m-p/3442593#M130816</guid>
      <dc:creator>JoeBarry</dc:creator>
      <dc:date>2023-09-22T07:53:45Z</dc:date>
    </item>
  </channel>
</rss>

