Forum Discussion
Anonymous
3 years agoNot applicable
USERELATIONSHIP not working?
I have the following relationships in my data model: There is an active relationship between DimCalendar[Datum] and FactAppointment[Datum afspraak]. There is an inactive relationship betwee...
Thennarasu_R
3 years agoResponsive Resident
CALCULATE(numberOfNewPatients, USERELATIONSHIP(DimCalendar[Datum]),FactAppointment[Datum boeking]))Anonymous
Change like this Now It will Work,
Thanks,
Thennarasu
- Anonymous3 years agoNot applicable
Does not work unfortunately.