Forum Discussion
v_mark
5 years agoHelper V
Filter another table without relationship
Hello, been working on this type of model. employee table contains primarily: employee info dept, line of business etc. Problem table: has all the records reported as a problem which is all un...
- 5 years ago
Hi v_mark you can use the TREATAS() function to simulate a relationship when no relationship exists.
Your syntax would be something along the lines of
CALCULATE( [Measure], TREATAS(Incident[RequesterID], Problem[Employee???}) )Hope this helps! ๐
littlemojopuppy
5 years agoCommunity Champion
Hi v_mark you can use the TREATAS() function to simulate a relationship when no relationship exists.
Your syntax would be something along the lines of
CALCULATE(
[Measure],
TREATAS(Incident[RequesterID], Problem[Employee???})
)
Hope this helps! ๐