Forum Discussion

gmelhaff's avatar
gmelhaff
Advocate I
5 years ago
Solved

How to edit Workspace Dataset created in Visual Studio?

How can you change a dataset once it's published?  Especially if it originated from Visual Studio SSAS model?   If I use the dataset as a source inside of PBIX then I get greyed out Transform data ...
  • GilbertQ's avatar
    5 years ago

    Hi gmelhaff 

     

    What you can do is a combination of the following:

     

    • Open Visual Studio and go into each table, then right click and go into table properties.
    • At the same time have your PBIX open and go into Power Query Editor
    • Now right click on the table in Visual Studio and select Copy
      • Go into PQ in your PBIX and right click and select Paste.
      • This will paste the table there.
      • Do this for all your tables.
    • Now to copy the measures open Tabular Editor connected to your Visual Studio Project.
    • Open Tabular editor connected to your PBIX
      • Then paste all the measures into the same table.
    • All that is now left to do is to create the relationships.
    • I typically keep my PBIX file seperate from my PBIX with the visuals. So that changes in the reporting layer area quick and easy to deploy.

     

    I hope that helps.