<?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 measure - count values in same table considering differente categories in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-measure-count-values-in-same-table-considering/m-p/3166529#M113900</link>
    <description>&lt;P&gt;That's the one! so simple, Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2023 20:12:49 GMT</pubDate>
    <dc:creator>albertoderossi</dc:creator>
    <dc:date>2023-03-31T20:12:49Z</dc:date>
    <item>
      <title>Calculate measure - count values in same table considering differente categories</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-measure-count-values-in-same-table-considering/m-p/3166442#M113894</link>
      <description>&lt;P&gt;I have data from lost and incoming calls and I have to count the lost calls only for number tha don't have incoming calls. If a call from a number is lost, but afterwards is answered (Incoming), that lost call doesn't have to be count. Like this:&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;All the lost calls from numbers&amp;nbsp;never answered have to be count. But those the lost calls in red square doesn't have to be count because that number was answered some time after.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;any hint would be veru apreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Alberto&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 18:56:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-measure-count-values-in-same-table-considering/m-p/3166442#M113894</guid>
      <dc:creator>albertoderossi</dc:creator>
      <dc:date>2023-03-31T18:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate measure - count values in same table considering differente categories</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-measure-count-values-in-same-table-considering/m-p/3166486#M113895</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="55347" data-lia-user-login="albertoderossi" class="lia-mention lia-mention-user"&gt;albertoderossi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;=&lt;BR /&gt;SUMX (&lt;BR /&gt;VALUES ( 'Table'[TESDE] ),&lt;BR /&gt;IF ( CALCULATE ( SELECTEDVALUE ( 'Table'[TIPO DE LLAMADA] ) ) = "Lost", 1 )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 19:30:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-measure-count-values-in-same-table-considering/m-p/3166486#M113895</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-31T19:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate measure - count values in same table considering differente categories</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-measure-count-values-in-same-table-considering/m-p/3166529#M113900</link>
      <description>&lt;P&gt;That's the one! so simple, Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 20:12:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-measure-count-values-in-same-table-considering/m-p/3166529#M113900</guid>
      <dc:creator>albertoderossi</dc:creator>
      <dc:date>2023-03-31T20:12:49Z</dc:date>
    </item>
  </channel>
</rss>

