<?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: FILTERED DISTINTCOUNT in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTERED-DISTINTCOUNT/m-p/3177759#M114771</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="485806" data-lia-user-login="PieroPinzone95" class="lia-mention lia-mention-user"&gt;PieroPinzone95&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;P&gt;Flotte Kinto =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;DISTINCTCOUNT(VW_Polizze[IdPolizza]),&lt;BR /&gt;VW_polizze[IdProdotto] in {2, 3}&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2023 15:18:30 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2023-04-07T15:18:30Z</dc:date>
    <item>
      <title>FILTERED DISTINTCOUNT</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTERED-DISTINTCOUNT/m-p/3177658#M114765</link>
      <description>&lt;P&gt;Hi guys, i want to calculate a distintcount&amp;nbsp; as shown in the picture but it give me an error because i'm comparing a "text" value with an "integer" one ... i don't understand well... the filter i'm using is a integer... what i should do?&amp;nbsp;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 13:38:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTERED-DISTINTCOUNT/m-p/3177658#M114765</guid>
      <dc:creator>PieroPinzone95</dc:creator>
      <dc:date>2023-04-07T13:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: FILTERED DISTINTCOUNT</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTERED-DISTINTCOUNT/m-p/3177710#M114767</link>
      <description>&lt;OL&gt;&lt;LI&gt;Is the column data type you're trying to filter on a text column or a number column? This would affect the filtering heavily.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;I'd recommend that instead of adding in your filter statement as a regular statement wrap it in it's own FILTER function.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Since you have your 2 and 3 values within double-quotes, DAX will treat these as strings and not integers. This is probably why it isn't working, try removing the quotes.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 07 Apr 2023 14:34:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTERED-DISTINTCOUNT/m-p/3177710#M114767</guid>
      <dc:creator>Alex_Sawdo</dc:creator>
      <dc:date>2023-04-07T14:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: FILTERED DISTINTCOUNT</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTERED-DISTINTCOUNT/m-p/3177759#M114771</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="485806" data-lia-user-login="PieroPinzone95" class="lia-mention lia-mention-user"&gt;PieroPinzone95&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;P&gt;Flotte Kinto =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;DISTINCTCOUNT(VW_Polizze[IdPolizza]),&lt;BR /&gt;VW_polizze[IdProdotto] in {2, 3}&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 15:18:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTERED-DISTINTCOUNT/m-p/3177759#M114771</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-07T15:18:30Z</dc:date>
    </item>
  </channel>
</rss>

