Forum Discussion

SoniaB102's avatar
SoniaB102
Advocate I
5 years ago
Solved

Create a 'Golden Dataset' with a super complex database data model

Has anyone had any experience trying to create a 'Golden Dataset' with a super complex relational database?   This is more of a general discussion as I was hoping to understand whether people are c...
  • parry2k's avatar
    5 years ago

    SoniaB102 doesn't matter how many tables or large your database is, as a best practice you want to thrive for Star schema in Power BI regardless of how the table is maintained in the backend.

     

    I have done many large projects with a lot of rows (size of database) and the golden dataset worked perfectly, never ran into any issue until now. 

     

    Now the composite model is available, for some ad-hoc requirements, maybe it will be easier to link other data sources with the golden dataset. I will highly recommend using this approach.

     

    End of the day, it is easy to manage, with better security, few people are allowed to touch the model, make changes, add measures, etc. I find it a win-win for my projects.

     

    This is my experience. I'm sure others have different thoughts/experiences.