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...
FreemanZ
3 years agoSuper User
Be careful when using VAR. DAX Variable is actually a constant value: once defined, it never changes. So in your case, the filter argument with USERELATIONSHIP is actually useless. Following your thread of thought, you can try to create a intermediate measure and it shall work.
Thennarasu_R
3 years agoResponsive Resident
FreemanZ
i Using USERELATIONSHIP in variables its working fine
Thanks,
Thennarasu