I want to calculate the month count starting from the first revenue month for each tenant. I am trying this formula:
MONTHDIF(Tenant.cohort_invoice_M.'Start Date', Month.'Start Date')But I am getting an error
Function MONTHDIF arguments have incompatible Dimensions: Dimensions of argument 1 must be a subset or superset of Dimensions of argument 2
How to fix this?
Tenant.cohort_invoice_M has type dimension Month.



