<?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: Calculate Distinct Values in a Column then Filter by another column with blanks in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Distinct-Values-in-a-Column-then-Filter-by-another/m-p/3718993#M144797</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="685422" data-lia-user-login="tharunkumarRTK" class="lia-mention lia-mention-user"&gt;tharunkumarRTK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2024 06:49:28 GMT</pubDate>
    <dc:creator>third_hicana</dc:creator>
    <dc:date>2024-02-23T06:49:28Z</dc:date>
    <item>
      <title>Calculate Distinct Values in a Column then Filter by another column with blanks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Distinct-Values-in-a-Column-then-Filter-by-another/m-p/3718916#M144790</link>
      <description>&lt;P&gt;Hi. Seeking your help regarding how to calculate my date. I want to calculate the unique departments that have no value in FTE.&lt;BR /&gt;Below is my sample data.&amp;nbsp; My desired result is 2 because there are two departments that have no given value in Est FTE column.&lt;/P&gt;&lt;P&gt;How to do this in DAX? Thank you in advance for your help.&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, 23 Feb 2024 06:17:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Distinct-Values-in-a-Column-then-Filter-by-another/m-p/3718916#M144790</guid>
      <dc:creator>third_hicana</dc:creator>
      <dc:date>2024-02-23T06:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Distinct Values in a Column then Filter by another column with blanks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Distinct-Values-in-a-Column-then-Filter-by-another/m-p/3718931#M144794</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="424059" data-lia-user-login="third_hicana" class="lia-mention lia-mention-user"&gt;third_hicana&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;countrows(calculatetable(values(Table[Department]), Table[Est FTE] &amp;gt; 0 ))&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 06:23:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Distinct-Values-in-a-Column-then-Filter-by-another/m-p/3718931#M144794</guid>
      <dc:creator>tharunkumarRTK</dc:creator>
      <dc:date>2024-02-23T06:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Distinct Values in a Column then Filter by another column with blanks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Distinct-Values-in-a-Column-then-Filter-by-another/m-p/3718993#M144797</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="685422" data-lia-user-login="tharunkumarRTK" class="lia-mention lia-mention-user"&gt;tharunkumarRTK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 06:49:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Distinct-Values-in-a-Column-then-Filter-by-another/m-p/3718993#M144797</guid>
      <dc:creator>third_hicana</dc:creator>
      <dc:date>2024-02-23T06:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Distinct Values in a Column then Filter by another column with blanks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Distinct-Values-in-a-Column-then-Filter-by-another/m-p/3719643#M144819</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="685422" data-lia-user-login="tharunkumarRTK" class="lia-mention lia-mention-user"&gt;tharunkumarRTK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I calculate the number of departments with no FTE value but also check that no projects have no FTE value?&lt;/P&gt;&lt;P&gt;So my desired&amp;nbsp; result is 1 because Department 3 has no value in Project A and Project B.&lt;/P&gt;&lt;P&gt;There's no only 1 department that has no FTE value for all of the projects. Basically, I want to check how many departments that has no FTE value across all projects.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 11:17:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Distinct-Values-in-a-Column-then-Filter-by-another/m-p/3719643#M144819</guid>
      <dc:creator>third_hicana</dc:creator>
      <dc:date>2024-02-23T11:17:39Z</dc:date>
    </item>
  </channel>
</rss>

