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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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
@Anonymous,
Alternatively, you may try DirectQuery and use a Slicer.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 69 | |
| 45 | |
| 36 | |
| 28 | |
| 23 |
| User | Count |
|---|---|
| 142 | |
| 124 | |
| 59 | |
| 40 | |
| 32 |