Skip to Content
0
Dec 20, 2022 at 10:08 AM

Reporting integration with Power BI

223 Views

I am integrating SAP Enable Now with Power BI to create reports. However, I noticed this particular power query is giving me the data source error.

Power BI template provided in info center: Workarea Analysis

Power Query:

Source = Table.FromColumns({Lines.FromBinary(Web.Contents(Origin, [RelativePath="wa/tools/group/GR_6A9B3045092EDDAD/.tree_path"]), null, null, 65001)}),

Error:

An error occurred in the ‘GetObjectTreePath’ query. DataSource.Error: Web.Contents failed to get contents from 'https://{instance}.cloud.sap/wa/tools/group/GR_6A9B3045092EDDAD/.tree_path' (404)
The group (GR_6A9B3045092EDDAD) is a static value provided in the power query. Hence, I am wondering where does it come from and why...Could anyone please advise?