<?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: Count total of pending files in DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-total-of-pending-files-in-DAX/m-p/773466#M3798</link>
    <description>&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;</description>
    <pubDate>Thu, 22 Aug 2019 18:11:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-22T18:11:03Z</dc:date>
    <item>
      <title>Count total of pending files in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-total-of-pending-files-in-DAX/m-p/771905#M3736</link>
      <description>&lt;PRE&gt;Select isNull(Count(NroComprobante),0) as 'Comp No Cobrados' 
From ClientesCtaCte
Where Estado = 'A' and CuentaCorriente = 1 and FechaComprobante = '20190801' and TipoOperacion IN ('FAC','CPO') and ImporteTotal &amp;lt;&amp;gt; ImportePagado&lt;/PRE&gt;&lt;P&gt;Hi there i am very new to power bi and using DAX formulas to do some measures...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the report that im doing i am trying to show how many "comprobantes" are still pending to pay in all of my company.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The columns "Estado","CuentaCorriente" and "TipoOperacion" are page level filters in my report and "FechaComprobante" is a Slicer object inside the report. the only thing that i need to use in this meassure i think is the "ImporteTotal &amp;lt;&amp;gt; ImportePagado" so i can know how many "Comprobantes" are still pending from all of the filters before or i need to use all of the filters so i can get the result that i need to do?...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i do this? I read an article that i need to use Filter or Calculate but im not so used to DAX. If someone can help me i will be much apreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 13:03:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-total-of-pending-files-in-DAX/m-p/771905#M3736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-21T13:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Count total of pending files in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-total-of-pending-files-in-DAX/m-p/773466#M3798</link>
      <description>&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;</description>
      <pubDate>Thu, 22 Aug 2019 18:11:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-total-of-pending-files-in-DAX/m-p/773466#M3798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-22T18:11:03Z</dc:date>
    </item>
  </channel>
</rss>

