Add an internal Excel source

The connector is available on this thread

You can get report views by navigating to its view path, e.g. /balance-sheet-view/{key}

To get all the navigable paths, you can use this power query connector:

let
   Source = "https://{your manager domain}/api2",
   Schema = Json.Document(Web.Contents(Source))
in
   Schema
1 Like