The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Dear All,
We are embedding a power BI report into an application and through Visual studio we have the option to Embedd PBI content through :
Embedd Report (using report id , we are able to embedd the entire report)
Embedd tiles (using tile id here)
Now based on the requirement we need to disable/ enable filters of power bi(for some users we need to show 2 filters and for some 5 filters) and we dont want to create 2 reports to meet the requirement , is there an option to get a filter id as well , if not how we can get PBI filter details , so as to pass the individual filter details to the application developer.
Regards,
Abhishek
Solved! Go to Solution.
@Anonymous ,
I would suggest you refer to sample code below:
https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
I would suggest you refer to sample code below:
https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.