Forum Discussion
cottrera
4 years agoPost Prodigy
DAX Help required
Hi I have a model with two tables. My first Table = tenant table which has a Tenant number, property number and a tenant start date. The example below shows two different tenants living in one ...
- 4 years ago
cottrera Maybe:
Tenant # Column = VAR __Property = [Property# RETURN MAXX(FILTER('Tenant Table', [Property#] = __Property && [Repair logged date] >= [Tenancy start date] && [Repair logged date] <= [Tenancy end date]),[Tenant])
cottrera
4 years agoPost Prodigy
Hi Greg
thank you for your quick response the DAX function works fine 😀