Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
emoroz
Frequent Visitor

Power Query - Dynamic Parameters to run query

I have developed various templates that are stored in power query connection. I would like the user to select which connection query will be loaded into a table.

 

At this point, I have created a custom function that can load the query based on the selected name. (Code A)The code below only picks up the query to load if it is already loaded into a table in another part of the spreadsheet. I want to be able to load the query if is only in connection. Code B loads the query based on the specific name (connected query). I want input into code by the TemplateType selection criteria to select which query to load. I want code B to do what Coda A is doing. This is probably super easy but I just need the syntex. 

 

TemplateType: this a name range with a drop down of the specific query. 

 

 

Code A: Source = Excel.CurrentWorkbook(){[Name=TemplateType]}[Content]

 

Code B: Source = #"SinglePrice"

1 REPLY 1
v-yuta-msft
Community Support
Community Support

Hi emoroz,

 

You can use query parameter to switch between data source in power query. You said "I want input into code by the TemplateType selection criteria to select which query to load. I want code B to do what Coda A is doing." , could you provide more details and give some sample to explain more explicitly?

 

Regards,

jimmy Tao

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors