<?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: Count Specific Text in a Whole Table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Specific-Text-in-a-Whole-Table/m-p/3781868#M147746</link>
    <description>&lt;P&gt;Thanks Joe! Appreciate it.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2024 07:48:16 GMT</pubDate>
    <dc:creator>sup_dome</dc:creator>
    <dc:date>2024-03-21T07:48:16Z</dc:date>
    <item>
      <title>Count Specific Text in a Whole Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Specific-Text-in-a-Whole-Table/m-p/3781461#M147738</link>
      <description>&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to count the text Unavailable only in the whole table and present it in chart form (bar or pie/donut) with the count only on the "Unavailable" Text. My data is as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;appreciate suggestions for DAX and methods!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 06:05:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Specific-Text-in-a-Whole-Table/m-p/3781461#M147738</guid>
      <dc:creator>sup_dome</dc:creator>
      <dc:date>2024-03-21T06:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Count Specific Text in a Whole Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Specific-Text-in-a-Whole-Table/m-p/3781624#M147741</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="709552" data-lia-user-login="sup_dome" class="lia-mention lia-mention-user"&gt;sup_dome&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you imported the data was it in that format? I would recommend changing the format from Pivot to Tabular&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to Power Query&lt;/LI&gt;&lt;LI&gt;Highlight all columns except Date&lt;/LI&gt;&lt;LI&gt;Right click and Unpivot selected columns&lt;/LI&gt;&lt;LI&gt;You should be left with 3 columns Date, a Column with the column Names and a column with the Values&lt;/LI&gt;&lt;LI&gt;Load the data into the Report view&lt;/LI&gt;&lt;LI&gt;Create a measure&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Unavailable Count = 
CALCULATE(COUNTROWS(Table), 
    KEEPFILTERS(Table[Values] = 
          "Unavailable")​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&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 you found my answer helpful and it solved your issue, please accept as solution&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 06:52:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Specific-Text-in-a-Whole-Table/m-p/3781624#M147741</guid>
      <dc:creator>Joe_Barry</dc:creator>
      <dc:date>2024-03-21T06:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Count Specific Text in a Whole Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Specific-Text-in-a-Whole-Table/m-p/3781868#M147746</link>
      <description>&lt;P&gt;Thanks Joe! Appreciate it.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 07:48:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-Specific-Text-in-a-Whole-Table/m-p/3781868#M147746</guid>
      <dc:creator>sup_dome</dc:creator>
      <dc:date>2024-03-21T07:48:16Z</dc:date>
    </item>
  </channel>
</rss>

