The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have a power BI report with slicers and I want to pass the slicer selection(whatevr the values selected in slicer) to an web application.I don't want to embedd my report just want to get slicer selection
Is there any api for that? or any alternative way
Thanks in Advance.
@amitchandak @Greg_Deckler @bcdobbs @parry2k
Solved! Go to Solution.
Hi @ibarrau Thanks for the reply.
I am able to achieve this - used dynamic URL filters with dax and passed that to a html viewer
Hi. The only way to manage that kind of things is embedding. If you want to interact with anything in the report, setting, changing, showing, hidding, etc, then you need to embed. If you change your mind and go for it, this web site can help you understand how to do it:
https://playground.powerbi.com/en-us/explore-features
I hope that helps,
Happy to help!
Hi @ibarrau Thanks for the reply.
I am able to achieve this - used dynamic URL filters with dax and passed that to a html viewer