Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I've watched the following YouTube video, but I am not able to pass a multiple values to a parameter when querying Snowflake.
VIDEO LINK: https://www.youtube.com/watch?v=a4Frj8vG4as
I've ensured that I have set up the parameters correctly, and that I'm using the proper "?" symbols in place of the parameter name/values. I am able enter a single integer-type value in the field, and it will return values. But the moment I introduce a second integer value it doesn't work. I get a "ERROR [22018] Numeric value '9135969, 93392572' is not recognized" error message. The numbers that you see between the single quotes are a parameter name "distID", and below is how I've configured it for the dataset.
=Join(Parameters!distID.Value,", ")
I've also made sure that the distID parameter is set up to allow multiple values, and that it is an integer type. If you need any other information, please feel free to reach out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.