Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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