Forum Discussion
YevD
5 years agoHelper I
Look up name from a table
Hi everyone: I have Table1 where several columns which represent entities (clients, partners, etc.) are represented with IDs rather than names. I also have Table2 where all of these entity IDs ar...
- 5 years ago
YevD
You can check the lookupvalue function:
https://docs.microsoft.com/en-us/dax/lookupvalue-function-dax
Fowmy
5 years agoSuper User
YevD
You can check the lookupvalue function:
https://docs.microsoft.com/en-us/dax/lookupvalue-function-dax
YevD
5 years agoHelper I
I took a lot of trial and error, but I got the result I needed with thhe lookup function.