<?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: How calculate number of True values shown in a column in a filtered table? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-calculate-number-of-True-values-shown-in-a-column-in-a/m-p/3970893#M154003</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;Can you please provide a sample dataset?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 10:12:32 GMT</pubDate>
    <dc:creator>Moetazzahran</dc:creator>
    <dc:date>2024-06-04T10:12:32Z</dc:date>
    <item>
      <title>How calculate number of True values shown in a column in a filtered table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-calculate-number-of-True-values-shown-in-a-column-in-a/m-p/3970704#M154002</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table where we have one column with Engagements and one column with a company that belongs to this engagement. An engagement can have several companies, ie there can be several rows with the same engagement. I also have made a column that gives the value true if one or more of the same engagement have a contact registered in the row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table and a Multi-row card in the Report view, see picture below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have filtered so I have 5 engagements, and in some cases there are two companies for that engagement. So in total 7 companies for these 5 engagements. So long all is good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I would need a way to get the number of True in the Client contacts column, in this case 5. Ie if 5 Engagements show in the table, how many Trues are in the Client contacts column. Anyone who might know how to do this?&lt;/P&gt;&lt;P&gt;&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;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 08:55:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-calculate-number-of-True-values-shown-in-a-column-in-a/m-p/3970704#M154002</guid>
      <dc:creator>AnnaH11</dc:creator>
      <dc:date>2024-06-04T08:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate number of True values shown in a column in a filtered table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-calculate-number-of-True-values-shown-in-a-column-in-a/m-p/3970893#M154003</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;Can you please provide a sample dataset?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 10:12:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-calculate-number-of-True-values-shown-in-a-column-in-a/m-p/3970893#M154003</guid>
      <dc:creator>Moetazzahran</dc:creator>
      <dc:date>2024-06-04T10:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate number of True values shown in a column in a filtered table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-calculate-number-of-True-values-shown-in-a-column-in-a/m-p/3970949#M154005</link>
      <description>&lt;P&gt;Hi, it can look like this&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>Tue, 04 Jun 2024 10:35:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-calculate-number-of-True-values-shown-in-a-column-in-a/m-p/3970949#M154005</guid>
      <dc:creator>AnnaH11</dc:creator>
      <dc:date>2024-06-04T10:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate number of True values shown in a column in a filtered table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-calculate-number-of-True-values-shown-in-a-column-in-a/m-p/3971037#M154007</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="684966" data-lia-user-login="AnnaH11" class="lia-mention lia-mention-user"&gt;AnnaH11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try this measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure = CALCULATE(DISTINCTCOUNT('Table'[Engagement]),'Table'[Client Contact]="TRUE")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you~&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 11:03:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-calculate-number-of-True-values-shown-in-a-column-in-a/m-p/3971037#M154007</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2024-06-04T11:03:39Z</dc:date>
    </item>
  </channel>
</rss>

