Forum Discussion

Emerick's avatar
Emerick
Frequent Visitor
4 years ago
Solved

Best approach to split datasets and reports

Hello there,    I recently started working for a client, and the current top priority is to define the strategy to adopt regarding the distribution of datasets, reports and workspaces inside of the...
  • Anonymous's avatar
    Anonymous
    4 years ago

    It really comes down to what the business requires. If the data being made available for reporting purposes has crossover points then I would be looking to merge them together and filter out what's not useful so they are only working with information that can add value.

     

    In my experience it comes down to what information needs to be displayed (does it cross themes? if so - merge it together), as well as the rate of refresh that will determine impacts server side.

     

    As an extra note that I didn't cover before - having a single large dataset and allowing people to 'connect to the dataset' doesn't cause slowness in design/creation. This may be slightly wrong but it's my understanding the connected PBIX files does not store any of the data/transformation. That's done on the original PBIX file, and subsequent PBIX files that are connected are incredibly small (example: I have a 280mb file as my main dataset, but every connected PBIX file is less than 500kb). This also helps manage single source of truth which is a common business issue.