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
Has anyone used Snowflake SQL as a datasource for their Paginated report?
I am trying to do the cascading prompts and get the value from one query and putting it in the 2nd one but getting issue.
Here is more detail:
Here are the steps I have done:
1. Data Source connection is : ODBC/Snowflake.
2. First dataset: Simple SQL query to get "Parent" Info.
select RETAILER_NAME
from table where Enrollment_Year = 2022
3. Second dataset: Simple SQL query where I am referencing the parameter. In this case, it is :Parent
select Program_Group_Name
from "table" where Enrollment_Year = 2022 and Retailer_Name = :Parent
I have Parameter here:
Defined it Here:
Here is the RDL report for reference.
https://drive.google.com/file/d/1QFjCHQOdqUKIov_ST5iY6vf6RxlEkkNq/view?usp=sharing
Solved! Go to Solution.
Not all ODBC drivers support parameters in the same way. You could possibly try using ? as a positional parameter in your query instead of using :Parent
This appears to have worked for this person Solved: Re: Using ODBC to Snowflake as a Datasource within... - Microsoft Power BI Community
Not all ODBC drivers support parameters in the same way. You could possibly try using ? as a positional parameter in your query instead of using :Parent
This appears to have worked for this person Solved: Re: Using ODBC to Snowflake as a Datasource within... - Microsoft Power BI Community
@d_gosbell You were god send. This is exactly what I was looking for. The link and the youtube video were very helpful.
Thank you so much! I might tag you about Row Level security in Pagainted report next 🙂 to see if you have pointers.
-EZ
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |