Forum Discussion
prakritnepal
8 years agoHelper I
Get data from Liquid Planner API
I am trying to get data from Liquid Planner to Power Bi Desktop. I keep receiving an error while trying to connect through Get Data-> Web, or a power query sample for pulling data I found here in the...
v-jiascu-msft
8 years agoMicrosoft Employee
Hi prakritnepal,
1. What's the error message?
2. The return value of the API is in JSON format. Please refer to february-product-update-boost-business-intelligence-api-support-analytics/ and https://developer.liquidplanner.com/docs.
Source = Json.Document(Web.Contents("https://*****/SampleReport")),
3. Please make sure you have enough permissions.
4. I would also suggest you vote up this idea.
Best Regards,
Dale