Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have cross-report drillthrough working and it's great.
HOWEVER... can I use this with stored procedures or a parameterized TSQL query in Direct Query mode?
I want to use the cross report drillthrough feature and pass an account ID, but I want my target report to take that Account ID and pass it to the stored procedure to run it in Direct Query Mode.
So I have a normal PBI report with a list of Account IDs, then someone can click on one, Drill Through --> pick the cross report drill through and then pass that Account ID along so the targer report runs the stored procedure and returns the data for that Account ID.
Is that possible?
Yeah as far as I know when using a stored procedure it does not query fold as expected. You might have to use the TSQL to get this working.
As far as I am aware, that should be possible as long as you can pass through the value directly through directly to your store procedure.
Here is an example I have that might help Power Query (M) – Passing Parameters dynamically to a SQL Server Query - FourMoo | Power BI | Data A...
Thank you for your help.
I was able to get it to work as expected with the TSQL but I can't get it to pass when calling a stored procedure.
What happens is it doesn't make the stored procedure call foldable.