How can I use input from a TextBox in a PowerQuery Formula?
问题 I would like to use a PowerQuery Formula which includes input from a text box like Json.Document(Web.Contents("https://thesite.com/api/widgets", [Query=[name=TextBoxName.Text]])) But I get this error Expression.Error: The import TextBoxName.Text matches no exports. Did you miss a module reference? How do I use TextBoxName.Text as a parameter in my query? 回答1: Does it have to be a text box? Put the value in an Excel table instead and call that table "Parameters". Then write a function that