Forum Discussion

Salfii's avatar
Salfii
Advocate IV
8 years ago
Solved

Efficient Lookup

Hello everyone,   I´m currently loading Data from Microsoft Dynamics 365 CRM ONLINE with PowerBI over OData-Feed.   For every option-Set (like a Drop Down Value/List in CRM) OData gives back the ...
  • Salfii's avatar
    Salfii
    8 years ago

    Hi v-ljerr-msft,

     

    thanks for the ideas but I want to keep this in Query Editor and do it with M because it´s a modelling-problem.

     

    LOOKUPVALUE looks tempting here, but at least for me, this is only some kind of workaround and might worsen the GUI/DAX-Performance for the enduser, which is more important than the query performance in my eyes. The bad query performance is only anoying at developement time because there is not a high frequecy reload schedule in production.

     

    I´m now using another way which involves "unpivot columns" and "Merge Querys" (Left Join) in Query Editor. This solves the Problem and is much faster but not as comfortable als the custom function.

     

    Best Regards.