Forum Discussion

jessicaL_51's avatar
jessicaL_51
Frequent Visitor
3 years ago

Power BI Desktop Visual Items - Interactive with External Webpage Selections

Hi there,

I am currently facing an issue with linking an external webpage to the Power BI desktop, and I would like to hear different opinions if possible.

So I am thinking about when clicking on a power bi visual (i.e. a bar of a chart, or an item of a table). Would it be possible to link a power bi visual to an external webpage and the webpage will show items that match with power bi selections? Or does anyone have ideas if it is practical to perform in Power BI?

I have checked some knowledge on the web mentioning Power BI writes back with Power Apps, but I am not very sure if it can realise since my data source is from web API.

Thanks for reading and sharing your thoughts. I would really appreciate your time.

 

Kind Regards,

Jessica

 

1 Reply

  • jessicaL_51 , You can build a url and pass values example

     

    Url= "<Site Url>/item=" & Max(Item[Item])

     

    If power app is connector webapp. you should be able to use.