Forum Discussion
Anonymous
7 years agoNot applicable
Creating a custom column with field value populate from another table using M query
Hi all, I am trying to create a custom column in one of the table below (IE36_Append_main) and this custom column is going to populate the value based on another field in another table (i.e. Lice...
- 7 years ago
Hi,
You can simple join the Tables.
Ashish_Mathur
Super User
7 years agoHi,
In the IE36_Append_main table, write this calculated column formula
=RELATED(License Plate Relevancy[Vehicle Type])
Hope this helps.
- Anonymous7 years agoNot applicable
Hi Aishid
I am trying to get the value in the Power Query M and not using Dax.
Do you know how to resolve my issue via Power Query M? please let me know. thanks.
Regards,
Yong
- Ashish_Mathur7 years ago
Super User
Hi,
You can simple join the Tables.