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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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