Forum Discussion
Sharing data sets in Power BI Report server
Hi,
We have a Power BI Report Server i.e. the on-premise installation. We have few reports which use certain common data. The reports cannot be placed in the same PBIX files due to the business area seperation. Power BI stores the data in the PBIX file. Is there a way, that, the common data can be shared across PBIX files. It unnecessarily keep the common data and utilizes the RAM. Any suggestions or workaround is welcome.
Regards
Atul
7 Replies
- mgmeyerPower BI Team
Unfortunately there is no way right now to share an embedded model that is in a PBIX report; however you can create a common model and deploy it to an Analysis Server which report authors can use, it would achieve the same thing.
- adeshpa4Regular Visitor
Thanks for the response. Even if I create a model in SSAS, Power BI will still make a copy of the data in PBIX file. Now, if I have a large data, and multiple reports using that data, I shall have multiple such PBIX files, which will consuming the memory. Is there a way out?
- biggerpezFrequent Visitor
If it is just one table of data (SSRS), you can direct query the data rather than import or using SSAS.