March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello !
I am trying to fill in field wtih parameter in Power BI server.
In service it works like ?rp:<some parameter>=xxx
But for server it is not working.
My link in Power BI server looks like
http://powerbi.piece.net/Reports/report/Production/backward_traceability
And I need to put only one parameter BC.
Idea is to go from other report directly by creation link.
Only way I found it is use ssrs link, which I can create by data feed in load menu.
I belive there is more beautifull way to do it
Power BI Report Server does not use the same style of URL parameters as the Power BI Service, it uses the SSRS style url parameters.
see: Pass a Report Parameter Within a URL - SQL Server Reporting Services (SSRS) | Microsoft Learn
and here URL access parameter reference - SQL Server Reporting Services (SSRS) | Microsoft Learn
This is surely not applies, since question is about Power BI RS and your links are about SSRS, no?
@DmitryKo wrote:
This is surely not applies, since question is about Power BI RS and your links are about SSRS, no?
It absolutely applies. Power BI RS is built on top of the SSRS engine.
Weird, since the pages you linked do not even mention rs:embed url parameter, which is probably the most, if not only, useful parameter for Power BI RS. At the same time, most of the parameters mentioned there, such as Section, simply do not work for Power BI RS.
Hello
You should be able to do it like this:
http://servername/Reports/report/reportName?parameterName=value
In your case, for example:
http://powerbi.piece.net/Reports/report/Production/backward_traceability?BC=value
Please also note that you should use the parameter name, and not parameter prompt (they can be different)
Almost every resource I found claims this isn't available in Report Server(on prem) but your solution worked. Thank you SO much!
Glad to help! 😊
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
2 | |
2 | |
2 | |
1 | |
1 |
User | Count |
---|---|
5 | |
4 | |
3 | |
3 | |
3 |