Forum Discussion

vxmine's avatar
vxmine
Helper I
6 years ago
Solved

Outstanding invoice total

What is the best way to take a table of Account Payable information and total all the invoice amounts that are still open where the net_due_date is older than today. 

Essentially, what is the total amount of invoices that are past the net_due_date. 

 

I was starting down the path of If(net_due_date > today, sum(invoice total field) as a measure. I think I may be missing a row by row trigger. Thanks for the help, I'm still learning!

  • vxmine 

     

    See if this helps.. Change the greater than as per your need.

     

    Mark it as a solution if it works.

    Kudos are nice too

2 Replies

  • VasTg's avatar
    VasTg
    Memorable Member

    vxmine 

     

    See if this helps.. Change the greater than as per your need.

     

    Mark it as a solution if it works.

    Kudos are nice too

    • vxmine's avatar
      vxmine
      Helper I

      This is great! I need to get better with how FILTER is interwoven in DAX.