Forum Discussion
Jeffreyjar
Helper II
4 years agoupdate a column value from different tables
Hello everyone, AlexisOlson please help i have an issue i want to update the column values(Numero Agents) of my APE 02 2022 table Numero Agents DDS_X1_SPLIT DDS_CA_MPREM DDS_CA_Q...
- 4 years ago
Create a new column using:
New Numero Agent = LOOKUPVALUE('table *agents list*'[New Agents Codes],'table *agents list*'[EAAGENT], 'APE 02 2022 table'[Numero Agents])
Jeffreyjar
Helper II
4 years agoIt is working thanks