Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Access multiple datasets from the same report

Context:
The project that I am developing consists in that I have the sales data of various products for several years, but being so large the amount of data was divided and now there is a different report for each year (one PBIX for each year).

Need:

The source of the information is a database that I access through Azure Blob Storage, the data structure would be the same for each PBIX file and only the specific data would change. I would connect through Azure Blob Storage and there I would find a PBIX file for each year, my need is to be able to read the information for each year within a single report and for example when viewing a year and apply a filter, if I change to another year, show me the information referring to that year with the same filter that I use.

In this graphic I explain a little more what I need:

 

4 Replies

  • Hi Anonymous 

     

    Why not create a single PBIX that has all the years?

     

    You can then filter the report to have the year that you want or the PBIX can then be published with the filters in place.

     

    That will allow you to only maintain one PBIX?

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hello, GilbertQ thanks for answering
      They have to be several .PBIX since each year has a lot of data and the client requested among the requirements that it be handled in that way, one .PBIX for each year.

      • colonel_claypoo's avatar
        colonel_claypoo
        Frequent Visitor

        Hi Anonymous,
        have you found a solution to your problem yet? I'm also looking for a way to be able to choose from multiple data sets within the same report.

         

        Thanks.