Forum Discussion
PowerBI gateway error while setting up datasources
Hi,
I have setup a new enterprise gateway. I am trying to merge cloud and onpremises datasources used in my datasets.
I am using this link to do so https://docs.microsoft.com/en-us/power-bi/service-gateway-mashup-on-premises-cloud.
However, when I am trying to add the cloud datasources to my gateway. I am getting the following error. Can someone please help me with understanding this error and how do I solve this. Thanks!
2 Replies
- v-danhe-msftMicrosoft Employee
Hi sonam7 ,
Could you have checked if you have entered any parameters for your data? You may refer to below links that if you have set a paramter for your data like this:
let Abfrage = (path as text) =>Regards,
Daniel He
- sonam7Microsoft Employee
Hi v-danhe-msft
No I have not used any function in my query. I have a hardcoded folder path query. Please see it below:
let KustoQuery =
let
Source = Json.Document(Web.Contents("https://Usage360.kusto.windows.net/v1/rest/query",This is what the beginning of my query looks like where I am trying to connect to kusto to fetch results for my table.