Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Replace Dynamics D365 StateCode by values

Hi,   I am working with Opportunity table from Microsoft Dynamics D365.   In the application, the field Status can have any of those values: Open Won Lost When I am using D365 as a data sou...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Hi Anonymous,

     

    Create one dimension table based on unique records from all related table columns and build relationships obviously will affect performance.

     

    If you can direct modify source data, it should more quickly than my suggestion. 

     

    If you mean do replace operation on power query side, it should complex and low performance.(you need to create a dictionary table to compare and replace state on all of tables who contains state column)

     

    Regards,

    Xiaoxin Sheng