Forum Discussion

tmendoza's avatar
tmendoza
Icon for Resolver I rankResolver I
6 years ago
Solved

Passing parameters from PBI report to a SQL query in a separate PBI report

Hello,   I've got a data set that is huge, so I need it to load after parameters have been entered, so I don't get the whole raw and uncut data set.   My goal is to drill-through from a parent re...
  • tmendoza's avatar
    tmendoza
    6 years ago

    Hello @ v-alq-msft,

     

    Your post did help me in my quest!

     

    I set the target DB to Direct Query mode and used a measure in the source DB that concatinated the target DB's URL with URL filters.

    I turned on the Web URL in the conditional formatting of the source DB and set it to the measure I created that used URL filters.

    EX: https://TargetDashboard.?filter=Query/Table eq '"&SelectedValue[source slicer]&"'

     

    I select the hyperlink in the source visual and boom, I'm sent to the target DB with all filters applied.

     

    Thank you for your response, it shed a lot of light on my solution.

     

    Tom