Forum Discussion
Fcoatis
7 years agoPost Patron
Contains
Hello everyone, I need some help here: Two tables one virtual the other phisical. The virtual returns 18 names and the phisical 35 names I would lke to return A table with all 35 names and true o...
ibarrau
6 years agoSuper User
I tried to open the file but the link required permission to access.
The second post you are clarifying the return and it looks like a calculated column. If you want a calculated column just add the "IF" code from my previous post and ignore the rest. The if code is the exact calculated column. Like this
IF( 'Phisical'[name] IN VALUES ( 'Virtual'[name] ), "True", "False" )
Hope this help