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
Anonymous
Not applicable

Use list query parameters for SQL IN-clause

Hi,

 

Is it possible to use list query Parameters in a SQL IN clause? Lets say my list contains Organisational Divisons from A to G where I for example choose C and F, can I somehow create a SQL Query like this:

 

SELECT * FROM mytable WHERE organisation IN (list_of_parameters)

 

The query would "unwrap" to:

 

SELECT * FROM mytable WHERE organisation IN ('C', 'F')


Note: My real data contains around 150 divisions and I want to be able to select everything between 1 and all divisons.

 

Thanks!

// Karl

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

Alternatively, you may try DirectQuery and use a Slicer.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.