Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I need to fetch the data using the DirectQuery Mode.
I have created one List Query parameter.
I want to check this parameter value in where clause.
Thanks
Solved! Go to Solution.
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
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
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
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