Forum Discussion
Data Source Created. How to use with Paginated Report
- 5 years ago
pawlowski6132 - I see the issue now. Just like there are 2 versions of Power BI Desktop, there are also 2 versions of Report Builder and you are using the version built for powerbi.com not the on-prem version. v-deddai1-msft is still confusing the issue between Power BI Desktop and Report Builder.
If you open the home page of your Report Server portal, in the top right corner is a downloads icon which has a menu that will take you to the correct version of both Power BI Desktop and Report Builder to use with your version of Power BI Report Server.
Or if you are on the Jan 2021 release you can get the latest version of the on-prem Report Builder from the following link
https://www.microsoft.com/en-us/download/details.aspx?id=53613
When you use this version you will see the option for using shared datasets as in the screenshots I posted earlier.
Thanx for taking the time to reply. I should have been more pointed, what if any is the use case in the Power Platform ecosytem for datasource in report server? (I'm beginning to get the feeling that the answer is, "Absolutely nothing.")
I looked at the article. I have no idea what Report Builder is.
thanx again.
Hi pawlowski6132 ,
Sorry, I am not familiar with the feature. But I have found an idea:https://ideas.powerbi.com/ideas/idea/?ideaid=3f3c572b-2f0a-4f77-9381-35a59b4cc1cc
We're not planning to make this feature available in Power BI Report Server. We are looking at making available an API to allow you to change the data source programatically, however, to make movement between servers easier.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
- AbhiSSRS5 years ago
Solution Sage
pawlowski6132 / CST,
below idea has been closed so unable to post there but you may use a workaround if that suits you!
https://ideas.powerbi.com/ideas/idea/?ideaid=3f3c572b-2f0a-4f77-9381-35a59b4cc1cc
Instead of a shared source please parameterize your connection string to source (eg SSAS) with 2 report parameters(hidden params) and these params should be hidden and populated with another dataset on your report which access a table in your source with these values. that table can be changed as per environment (Dev/QA/Prod) so that your report automatically accesses the environment without you having to change the connection on every paginated that you will develop!
<ConnectString>="Data Source=" & Parameters!ServerName.Value & ";Initial Catalog=" & Parameters!CubeDatabaseName.Value & ";Disable Prefetch Facts=True;ReturnCellProperties=True;Integrated Security=SSPI"</ConnectString>
- pawlowski61325 years ago
Helper V
Thanx. But, I'm still not making myself clear. Sorry.
1. I have a Data Source I built in Power BI Report Server:
I can't find a way to use/connect to these data sources in Power BI Paginated Report Builder (see my images above) or Power BI Desktop.
I think it's not possible in Power BI Desktop but, should be in PBI Paginated Report Builder. But, it's not clear, to me at least, how.
FWIW, I have both versions of PBI Desktop too: "Normal" and "Report Server Edition" along with Paginated Report Builder.
- AbhiSSRS5 years ago
Solution Sage
yes, you would not be able to use shared data sources in Power BI ReportBuilder, they are there to support SSRS RDL reports. One workaround in to create your rdl in SSRS using SSDT/Report Builder and then once you have the shared DS connected you can open it up in Power BI report builder to work further. There is no fundamental difference between Power BI rdl and SSRS rdl as long as you do not wish to use Power BI Report builder Live connections with Power BI datasets or you are building them for service.
If you are hosting on Power BI report server, please go ahead and use SSDT to builde rdl and then switch that over to Power BI report builder or build it completely from SSDT