Forum Discussion
Like lookup
- 2 years ago
Hello Eng-mohd , let me explain with a example. I have two tables, Table 2 and Table 3 and their data is a below:
Table 2:
Table 3:
I am now trying to get FTE from Table 3 to Table 2 using Location Name as reference and LOOKUPVALUE DAX function. So calculation looks as below:
FTE'S = LOOKUPVALUE('Table 3'[FTE],'Table 3'[Location Name],'Table 2'[Location Name])Output looks as below:
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
Hello Eng-mohd , let me explain with a example. I have two tables, Table 2 and Table 3 and their data is a below:
Table 2:
Table 3:
I am now trying to get FTE from Table 3 to Table 2 using Location Name as reference and LOOKUPVALUE DAX function. So calculation looks as below:
FTE'S = LOOKUPVALUE('Table 3'[FTE],'Table 3'[Location Name],'Table 2'[Location Name])Output looks as below:
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!