Forum Discussion
PB Dataset with parameters
- Anonymous5 years ago
Markzolotoy
I am thinking if you move the report from ssrs to pbirs, and "edit in Power bi desktop". You can have your parameter in power bi desktop for rs, then publish this pbix to power bi report service.
Solved: Move SSRS reports to existing PBIRS - Microsoft Power BI CommunityPaul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Here is what I am trying to achieve. I am converting a SSRS report into a paginated report that will be run on the Service. The data is stored on-prem server and will be accessed via the Gateway. In order to get this data into a paginated report I am creating a PB dataset. The dataset is based on an SQL stored proc. Execution of which takes two parameters. What would the right approach be?