Forum Discussion
Index match custom column from seperate table
- 3 years ago
Hi rsbin ,
I ended up just merging from Table A into Table B. I messed around until I figured out the need to 'expand' Table A once merged. It was rather simple as I only really needed the one column.I have a feeling some of my tables migh have an issue as many of them will not 'stick' as values in a matrix and the majority of measures I attempt return invalid identifiers. However, when I build the visuals from a seperate report and paste them in, they work fine.
My test shows that the LOOKUPVALUE function should work:
LookupTest = LOOKUPVALUE( Lookup[Status], Lookup[Location ID], [ID], Lookup[Customer ID], [Customer ID] )
Please ensure your ID column is the same format in both tables - ie. either Text or Number.
If still not working, please show the error message your LookupValue is giving.
Regards,
Hi rsbin ,
I ended up just merging from Table A into Table B. I messed around until I figured out the need to 'expand' Table A once merged. It was rather simple as I only really needed the one column.
I have a feeling some of my tables migh have an issue as many of them will not 'stick' as values in a matrix and the majority of measures I attempt return invalid identifiers. However, when I build the visuals from a seperate report and paste them in, they work fine.