The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have a few different Power BI reports using same dataset published on Power BI Report Server (on prem). Is there a way to use the same dataset for multiple reports with Power BI Report Server?
Thanks,
Mihaela
Solved! Go to Solution.
The only way to do this on-prem in PBIRS is to use SSAS (SQL Server Analysis Services) to host the data model. Then you can create multiple live connected pbix reports back against the one data model. You cannot connect to the data model in a pbix report like you can on the service.
The only way to do this on-prem in PBIRS is to use SSAS (SQL Server Analysis Services) to host the data model. Then you can create multiple live connected pbix reports back against the one data model. You cannot connect to the data model in a pbix report like you can on the service.
Is it still true that you need to use SSAS for this?
@Anonymous wrote:
Is it still true that you need to use SSAS for this?
Yes
Ok, thanks!
Thank you