Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Rejoin previously splitted dataset and report utility

Hi all,   is anyone aware of any tool able to do this? Practically I need the opposite of: is there anything ready? Cutting and pasting all visuals back to the dataset pbix will take a lot a...
  • Brunner_BI's avatar
    2 years ago

    Try to save the Dataset file as .pbip

    Then do the same for the Report file.

    Then try to overwrite the report folder of the dataset file with the one from the report.

    Let me know if it worked.

  • Brunner_BI's avatar
    Brunner_BI
    2 years ago

    You need to understand that the folders are tied to that .pbip

    That is why I want you to overwrite the files inside the report folder in the dataset folder.

    Basically you are overwriting the "report" of the dataset - which there is none - with the actualy report (the report folder of your report.pbix/pbip)

     

    and then you launch the .pbip of that dataset (where you overwrote the report folder).

     

    if that does not work out of the box you should check the following:

    The definition .pbir file in the report folder mentions the dataset, make sure this path/name is correctly pointing to the new dataset/has its name

    {
    "version": "1.0",
    "datasetReference": {
    "byPath": {
    "path": "../Sales Report.Dataset"
    },
    "byConnection": null
    }
    }

     

    i hope it is now 100% clear what we are trying to do here.

    this .pbip format is nothing else but splitting the .pbix into report and dataset and then you get 2x the whole thing basically

    and if we do this to your 2x .pbix files and then somehow put it back together, i would expect it to work.