Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Paramter handle in Snowflake View to take it as a source in Power BI Report Builder

Hi Team,

 

I am using the Power BI report builder and Snowflake as a source for it. I need to convert the complex SP (SQL Server) to Snowflake View/SP.

 

In SP(SQL Server), I am having the multiple parameters (Query Level and Column Level) and all these should handle in Snowflake view/SP and I shouldn’t do any major work from Power BI Report Builder. I can simply call the view/SP from snowflake  to Power BI Report Builder for Paginated reporting.

Example: Suppose if I have the column logic as -
Create View ViewName as 

Select 

Case when @Paramter = P then ColumnA else ColumnB end as [LogicalColumn]. 
from TableName .

How can I define the above parameter in view creation and how to configure it in Power BI Report Builder.
How to handle this Paramerter concept  in Snowflake view

 

Please do the needful guys . Thank you in Advance.

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

First of all, it should be clear that the paginated reports only supports these data sources in the table below. Please read this official documentation for more details.

Supported data sources for Power BI paginated reports

yingyinr_0-1652080308727.png

And you may need to consider connecting to Snowflake on desktop first, processing the data, and then uploading it to the service to generate a dataset. Then connect to the previously generated dataset in report builder. For more details, please see the link below.

Connect to Snowflake in Power BI Desktop

yingyinr_2-1652080492281.png

Create a paginated report based on a Power BI shared dataset

Finally, about how to create and set parameters in the report builder. You can refer to the following documentation.

Create parameters for paginated reports in the Power BI service

Power BI Paginated Reports Part 11 - More Parameters Tips and Tricks

yingyinr_3-1652080870917.png

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

First of all, it should be clear that the paginated reports only supports these data sources in the table below. Please read this official documentation for more details.

Supported data sources for Power BI paginated reports

yingyinr_0-1652080308727.png

And you may need to consider connecting to Snowflake on desktop first, processing the data, and then uploading it to the service to generate a dataset. Then connect to the previously generated dataset in report builder. For more details, please see the link below.

Connect to Snowflake in Power BI Desktop

yingyinr_2-1652080492281.png

Create a paginated report based on a Power BI shared dataset

Finally, about how to create and set parameters in the report builder. You can refer to the following documentation.

Create parameters for paginated reports in the Power BI service

Power BI Paginated Reports Part 11 - More Parameters Tips and Tricks

yingyinr_3-1652080870917.png

Best Regards

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.