Forum Discussion
jimpatel
Post Patron
2 years agorelatedtable
Hi, Thanks for looking at my post. Is there any DAX formula to get information from another table but they are not linked to each other please? I tried to use relatedtable but no luck. ...
xifeng_L
Super User
2 years agoHi jimpatel
You can use the LOOKUPVALUE function, which does not require the relationship. eg:
calculated column = LOOKUPVALUE('Table1'[Date],'Table1'[Names],'Table2'[Names])
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~