Add an internal Excel source

Adding an internal Excel source to extract reports and statements in different formats to facilitate financial transactions and be more accurate and clear.
I hope you can benefit from the response to the ability to implement this feature.

Any list or report can already be copied to the clipboard for pasting into any application. Your request would be a reduction of capability. Additionally, you provide no justification for your suggestion and make false assertions. For example, how would your suggestion make anything more accurate?

3 Likes

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

This is good. I did not know about this feature, and I would say it is more accurate, for example, more accurate in using and extracting data.

I’ll try this. Thanks for your effort.