Using Dates Not in a Date Table to Calculate Open Accounts Receivable

Hi @ScottTPA,

I’m guessing you have an active relationship between your Dates and Invoices table.
That will result in a single row being returned by the Dates table. If there are only inactive relationships both AR[invoice date] and AR[Paid Date] will be considered equal and your measure should work.

Having only inactive relationships means that in other measures you’ll have to “activate” one of the exsisting relationships with the function USERELATIONSHIP inside of CALCULATE.

Some other references can be found here.

https://forum.enterprisedna.co/t/how-does-userelationship-compare/4939

https://forum.enterprisedna.co/t/comparing-treatas-vs-userelationship-in-power-bi/11562

I hope this is helpful