Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

How to Query Report folder structure of PowerBI report server and see all the hierarchy of folders ?

How to Query Report folder structure of PowerBI report server and see all the hierarchy of folders ?   I would like to query PowerBI report server and want to see how folders have been organized .I...
  • d_gosbell's avatar
    4 years ago

    You can also do this in a Power BI Report using an OData connector and connecting to the following endpoint

     

    http(s)://<yourserver>/reports/api/v2.0/CatalogItems

     

    This has a report path column which you can split on / characters to create a hierarchy