Forum Discussion
Anonymous
7 years agoNot applicable
Unable to create dynamic function parameters in Power BI Custom Connector
I am trying to get the dropdown to be populated by another function and am getting a Microsoft.Mashup.Engine.Interface.UnpermittedResourceAccessException (I believe means forbidden access) or a graye...
Anonymous
5 years agoNot applicable
result1 = Json.Document(Web.Contents("https://run.mocky.io/v3/7deabcab-06bf-43f8-8efe-2fbf06eb3988"))[dat],
TypeA = type number meta [
Documentation.FieldCaption = Text.From(1),
Documentation.FieldDescription = "Number of times to repeat the message",
Documentation.AllowedValues = result1
],
It works in Power Query Editor