<?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 Ignore Slicer when using COUNTA in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-Slicer-when-using-COUNTA/m-p/3876340#M151367</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a report that is counting ongoing exections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;DAX expression that I use is this below, that counts the rows with a value of true, others are empty.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Ongoing = COUNTA(Executions[Ongoing]) +0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I also have a slicer where the report takes into account the year, which is a separate table = Calender [Year].&lt;BR /&gt;Can I somehow avoid the slicer for this count and count everything in the other table = Executions[Ongoing]?&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 16:43:44 GMT</pubDate>
    <dc:creator>MickeLearnPBI</dc:creator>
    <dc:date>2024-04-29T16:43:44Z</dc:date>
    <item>
      <title>Ignore Slicer when using COUNTA</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-Slicer-when-using-COUNTA/m-p/3876340#M151367</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a report that is counting ongoing exections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;DAX expression that I use is this below, that counts the rows with a value of true, others are empty.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Ongoing = COUNTA(Executions[Ongoing]) +0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I also have a slicer where the report takes into account the year, which is a separate table = Calender [Year].&lt;BR /&gt;Can I somehow avoid the slicer for this count and count everything in the other table = Executions[Ongoing]?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 16:43:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-Slicer-when-using-COUNTA/m-p/3876340#M151367</guid>
      <dc:creator>MickeLearnPBI</dc:creator>
      <dc:date>2024-04-29T16:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Slicer when using COUNTA</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-Slicer-when-using-COUNTA/m-p/3876363#M151368</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="644689" data-lia-user-login="MickeLearnPBI" class="lia-mention lia-mention-user"&gt;MickeLearnPBI&lt;/a&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Ongoing = COUNTAX(ALL('Executions'), [Ongoing]) +0&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 29 Apr 2024 16:56:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-Slicer-when-using-COUNTA/m-p/3876363#M151368</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2024-04-29T16:56:27Z</dc:date>
    </item>
  </channel>
</rss>

