Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Varshi288
Resolver I
Resolver I

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 name])),RELATED(Customer_local[Customer HQ (mapping)]),RELATED('Customer GUID'[Customer Global HQ name]))
VAR HQ_name2=LOOKUPVALUE('Customer GUID'[Customer Global HQ name],'Customer GUID'[Global HQ no],Data[Customer HQ GUID])
    RETURN
 IF(OR(ISBLANK(HQ_name2),HQ_name2="**not mapped**"),IF(ISBLANK(HQ_name),"**not mapped**",HQ_name),HQ_name2)
1 ACCEPTED SOLUTION

Hi  @v-cgao-msft 

 

Thanks. This worked with slight modifiaction.

View solution in original post

2 REPLIES 2
v-cgao-msft
Community Support
Community Support

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

Hi  @v-cgao-msft 

 

Thanks. This worked with slight modifiaction.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.