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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Sharmi_28
Helper I
Helper I

How to Pass List Query Parameter Value into a Powerquery to Direct Data mode

I need to fetch the data using the DirectQuery Mode. 
I have created one List Query parameter. 

Sharmi_28_0-1740734544600.png

I want to check this parameter value in where clause. 

Sharmi_28_1-1740734690143.png

Thanks

2 ACCEPTED SOLUTIONS
PwerQueryKees
Super User
Super User

List type parameters are not supported. You canb aske the user to enter the values as a comma separated list, but I realize that is not ideal.

What is your use case? There may be other options...



Kees Stolker

A big fan of Power Query and Excel

View solution in original post

Akash_Varuna
Super User
Super User

Hi @Sharmi_28 You can go for Text Prameters but list are not supported 
Create a Text Parameter and Enter values as coma Seperated and then instead of Text.combine you could use for Text.Replace hich will convert A,B,C to 'A','B','C' which is what you want i guess 

View solution in original post

4 REPLIES 4
Akash_Varuna
Super User
Super User

Hi @Sharmi_28 You can go for Text Prameters but list are not supported 
Create a Text Parameter and Enter values as coma Seperated and then instead of Text.combine you could use for Text.Replace hich will convert A,B,C to 'A','B','C' which is what you want i guess 

@Akash_Varuna 
Thank you, I will try with text.

PwerQueryKees
Super User
Super User

List type parameters are not supported. You canb aske the user to enter the values as a comma separated list, but I realize that is not ideal.

What is your use case? There may be other options...



Kees Stolker

A big fan of Power Query and Excel

@PwerQueryKees 
Ok. Thank you.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors