Forum Discussion

mikebrodt's avatar
mikebrodt
Advocate I
4 years ago
Solved

Modeling Data over Time

Hi Everyone,   I have a bit of a data model challenge that I would love some recommendations to help resolve. I am reporting off a SQL Table that has a list of files and the name of the server they...
  • bcdobbs's avatar
    bcdobbs
    4 years ago

    Have a look at the two example files in this folder.

     

    Example 1 is a very basic example of how your snapshotted SQL table could look with a custom date table related to it in order to enable future analysis.

     

    Example 2 then uses power query to shape the data into a better star schema which will keep the model faster as your data volume grows. This data transformation could be done at source in SQL Server using SSIS for example.

     

    Hope they show how it could look.