Forum Discussion
Amty63
1 year agoNew Member
Bind parameters with drill through functionality on Snowflake Direct query tables (summary & detail)
Hello Team, Is it possible to drill through using bind paramater on Snowflake direct query tables (sumary & detail) Summary - row count is 4K Detail table - row count is 900K I am tryin...
Akash_Varuna
Super User
1 year agoHi Amty63 , I think dynamic M parameters might not support this please check these options as workarounds
- Create pre-aggregated views in Snowflake for the Summary table and fetch detailed data dynamically through queries.
- Configure relationships in Power BI to use Summary table filters for dynamically loading Detail data.
- Consider using Paginated Reports for better handling of large datasets with minimal data load.
- Use a stored procedure or parameterized query in Snowflake to fetch detail rows based on selected Summary rows and call it through Power BI.
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance