need help - rs
3 Topicswe are not able to connect direct query in power bi report server by using starrocks connector
Hi Team we have StarRocks.mez file(Power bi custom connector) with this custom connector we are able to connect direct query in Power BI Report Server Desktop application, but after publish report in ReportServer we are not able open the report getting below error message Tested with SQLServer as well got the same error in power BI Report server, but after adding environment variable connecting to SQLServer issue got resolved in report server So tried the same with StarRocks connection by adding environmental variable but issue still issue exists Can any one please help on this?1.5KViews0likes2CommentsAPI Call will not all Report Server to connect
Hi All, I am not sure why but Report Server will not connect to the API Web Content when in Desktop it works perfectly fine. I have tried different ways with no luck. If anyone has seen this before, assistance would be appreciated. Source = Json.Document(Web.Contents("https://geocode-api.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates",[Query = [address=location, maxLocations="1", f="json", token="MyToken"]])),Solved461Views0likes1Commentpowerbi appears as proxy object on the report server
Hi! On the latest report server version 1.18.8683.7488(build 15.0.1113.165), the powerbi object does not contain some of the necessary informations. We need it to identify the update type received from powerbi environment. When we try to use the powerbi.VisualUpdateType, our code fails, because the powerbi object behaves strangely. The question is, how can I find the powerbi.VisualUpdateType if the powerbi object looks like this? Can I find the VisualUpdateType enum somewhere else?