This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.