Forum Discussion
Arjun_13
2 years agoNew Member
Parameterize id when connecting to snowflake function
Hi Team, I am working on an interesting problem wherein i have setup a connection with snowflake function which takes in 2 parameters like this - SELECT * FROM TABLE(SCHEMA.FUNCTION('@ID1_Param','Id...
lbendlin
2 years agoSuper User
wherein these parameters are provided/selected within power bi
Please be more verbose. How? As parameters that can be changed on the service, or as filters impacted by report user interaction?
- Arjun_132 years agoNew Member
Hi lbendlin, so basically i need to have 2 parameters in Power BI through which i can input values(or select values through slicers) into my SQL(the function i created) and that in return will fetch only those records from the snowflake environment corresponding to the parameters the user select through slicers. Hope that helps. Let me know if you need any more clarity.
- lbendlin2 years agoSuper User
Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn
Only works if you connect to Snowflake in Direct Query mode.