Forum Discussion
Varshi288
3 years agoResolver II
Converting Dax to M
Hi I want to convert this Dax to M code. to get this column while loading the data. Appriciate your help. Customer HQ = VAR HQ_name = IF(ISBLANK(RELATED('Customer GUID'[Customer Global HQ...
- 3 years ago
Hi Anonymous
Thanks. This worked with slight modifiaction.
Anonymous
3 years agoNot applicable
Hi Varshi288 ,
Please refer to the steps in the 'Data' table. RELATED() and LOOKUPVALUE() are similar to Merge Query. the last IF() can be slightly modified in the code of the condition column.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
- Varshi2883 years agoResolver II
Hi Anonymous
Thanks. This worked with slight modifiaction.