Forum Discussion
PTFAL
5 years agoNew Member
List Power BI Report Server dashboards dependent on a specific data source
I'm involved in decommissioning an SQL database that has been used as a data source for Power BI dashboards on a on-prem Power BI Report Server. Is there an SQL query I can run on the ReportServer da...
- 5 years ago
Most easy way is use Odata conector to connect Power BI Report server API itselft on .../reports/api/v2.0/ you can easy list and search all connection including connection strings...
Next option is also use powershell commands...
josef78
Memorable Member
5 years agoMost easy way is use Odata conector to connect Power BI Report server API itselft on .../reports/api/v2.0/ you can easy list and search all connection including connection strings...
Next option is also use powershell commands...
PTFAL
5 years agoNew Member
Thanks josef78, this is perfect! 🙂