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! Get ahead of the game and start preparing now! Learn more
Hi,
newbie question - I'm trying to fetch a set of ID's from a table and use it when loading data from our SQL database - no luck so far. The where clause should include a set of ID's selected from a table (where "Include" = true). Help would be greatly appreciated.
Solved! Go to Solution.
You've got to get the filter values into the same cell, like 123,456,457,897,etc.
You can first transpose and then merge (combine) the columns and use a comma for the delimiter. Drill down on the one field, and then refer to your variable in the SQL, which you do have written correctly.
--Nate
Thanks!
You've got to get the filter values into the same cell, like 123,456,457,897,etc.
You can first transpose and then merge (combine) the columns and use a comma for the delimiter. Drill down on the one field, and then refer to your variable in the SQL, which you do have written correctly.
--Nate
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!