How to refresh report that uses custom functions on Power BI Service?
问题 I know this issue has been posted many times before, but I was not able to get a solid/working solution. I am trying to figure out a workaround for refreshing dataset with Custom functions over Power BI service. My query looks like the following: let Clients = Json.Document(Web.Contents("https://api.createsend.com/api/v3.2/clients.json")), #"Converted to Table" = Table.FromList(Clients, Splitter.SplitByNothing(), null, null, ExtraValues.Error), #"Expanded Column1" = Table.ExpandRecordColumn(#