Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Managing surrogate keys for dimension tables with Power Query

Hi, I'd like to know how managing better the surrogate keys for dimension tables with Power Query. I've accomplish a proof. I've imported MyFact and MyDimension tables. MyDimension table has B_key...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Hi Yuliana,

     

    by creating a copy of MyDimension table, having the index from the original table, to merge with MyFact table is possible to remove the business keys in both MyFact and MyDimension.

    It should be useful to know if choosing an index as a surrogate key save memory respect to a business key like a GUID.

     

    Thanks