Forum Discussion
IvoM
2 years agoFrequent Visitor
Relations with tables
Hello everyone, I have been stuck on this one for a while now. I have 2 dim tables: contract employes I have fact table for OPERATION_HISTORY and ATTENDANCE In the contract table is a list ...
- Anonymous2 years ago
IvoM I see that there's an inactive relationship between employes and operation history. Have you tried using the USERELATIONSHIP DAX function in your measure that involves both those tables?
Anonymous
2 years agoNot applicable
IvoM I see that there's an inactive relationship between employes and operation history. Have you tried using the USERELATIONSHIP DAX function in your measure that involves both those tables?
IvoM
2 years agoFrequent Visitor
I had no idea this was possible 😊 It opens up a whole new world of possibilities. Thank you so much, it solved my problem.