The nearest I've seen to this is by using a PBI template and sharing that using PBI desktop. It wouldn't allow you to switch parameters in the report though, you'd have to reload the template each time, and you wouldn't be able to share the report via the PBI service
------------------------------
Johnny Winter
Business Intelligence Developer
------------------------------
Original Message:
Sent: 06-07-2018 04:31 PM
From: Shilpa Vishwanath
Subject: Pass parameters dynamically from Power BI to Stored Procedure
@Anthony Yanan Thanks for your recommendation. I hope Pwer BI gets this functionality very soon, this seems to be such an important requirement, I am surprised it is not yet available
Original Message:
Sent: 06-07-2018 03:49 PM
From: Anthony Yanan
Subject: Pass parameters dynamically from Power BI to Stored Procedure
I think what you are looking for is writeback functionality. Unfortunately unsupported by Power BI currently despite a lot of use cases. What you may require is a PowerApps app that you can embed in Power BI. That is one of the only ways I have seen someone take information from the current report's evaluation context and use it to change data in a source system.
------------------------------
Anthony
Original Message:
Sent: 06-07-2018 10:29 AM
From: Shilpa Vishwanath
Subject: Pass parameters dynamically from Power BI to Stored Procedure
I am already doing this. I want the selection from the slicer to be passed as a parameterSP during runtime.
So the SP should be executed dynamically
Original Message:
Sent: 06-06-2018 04:55 PM
From: Shilpa Vishwanath
Subject: Pass parameters dynamically from Power BI to Stored Procedure
Hi,
I have a stored proc that takes a hotel name as a parameter to retrieve a whole set of measures required by my dashboard.
I want to be able to allow the users to select a specific hotel from a drop down/slicer and pass that hotel name to my stored proc and refresh the dashboard for the selection made.
I cannot load all the data first and then allow user to select the hotel name since the fact tables are extremely huge and would impact performance. Is there any way to dynamically pass the values to the Stored procedure as a parameter(at run time)?
Any iseas would assist.
Thanks