Forum Discussion
Disable Web Content in Dashbaords
Hi Power BI Community
In the tenant settings, there is an option to deactivate the use of web content in dashbaords:
Users in the organization can add and view web content tiles on Power BI dashboards. Learn more
My Question is, before we deactivate this, is there any option to find out if there are already existing dashbaords in our tenant that use this function? So is there any way to find out if there are dashbaords with web content in our tenant?
thanks for your support!
1 Reply
- ibarrauSuper User
Hi. I don't think there is a way to do that from the Service. There might be a way if you explore the Power Bi Rest API getting all the dashboards as admin and the getting all the tiles inside that. The info of get tile might say if it is a web content. I can't think in a different way.
I hope that helps,
P/D If you like python, there is library for the API called SimplePBI