Forum Discussion
Anonymous
6 years agoNot applicable
Default values with lookup function
I have two table 1. Dynamic(will update realtime) 2) static reference file and used lookupvalue function to retrive value of one column from static rerence file to dynamic(new column). But, is there...
- 6 years ago
Hi Anonymous ,
According to your description,I created 2 sample tables as below:
Then create a calculated column as below:
Column = LOOKUPVALUE(Table1[Value],'Table1'[Category],'Table2'[Category],Table2[Value])And you will see:
For the related .pbix file,pls see attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
v-kelly-msft
Community Support
6 years agoHi Anonymous ,
According to your description,I created 2 sample tables as below:
Then create a calculated column as below:
Column = LOOKUPVALUE(Table1[Value],'Table1'[Category],'Table2'[Category],Table2[Value])
And you will see:
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Kelly
Did I answer your question? Mark my post as a solution!