Forum Discussion
Is single data source for multiple reports possible in workspace?
- Anonymous10 years ago
rdogadin Publishing a PBIX file creates a "Data Set" - this is the data source and reports. I do agree with the frustrating aspect of having a bunch of data sets that all connect to the same model, and can see the confusion because directly connecting from the Service to the model creates a Data Set - which is actually just the Data Source...
To create a connection to the model from the Service. Get Data -> databases -> SQL Server Analysis Services -> Select the model.
This will create one data set for you to build from. The downside of this approach, is there is no current way to export reports to PBIX files. So you don't have any "backup" of your reports in PBIX files. So, I personally just deal with having a bunch of data sets because the trade off isn't worth it to me.
rdogadin Publishing a PBIX file creates a "Data Set" - this is the data source and reports. I do agree with the frustrating aspect of having a bunch of data sets that all connect to the same model, and can see the confusion because directly connecting from the Service to the model creates a Data Set - which is actually just the Data Source...
To create a connection to the model from the Service. Get Data -> databases -> SQL Server Analysis Services -> Select the model.
This will create one data set for you to build from. The downside of this approach, is there is no current way to export reports to PBIX files. So you don't have any "backup" of your reports in PBIX files. So, I personally just deal with having a bunch of data sets because the trade off isn't worth it to me.
Anonymous Thank you for the explanation. That makes sense now.