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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
bzeeblitz
Helper IV
Helper IV

Snowflake tables to power bi

We have only read access link to the snowflake so how to connect to power bi.our challenge is we have only limited previliges to snowflake thats only read only access to snowflake so how to handle this challenge 

1 ACCEPTED SOLUTION

Hi @bzeeblitz Could you try these if this is feasible 

  • Write SQL queries in Power BI to filter and aggregate data before importing.
  • Use DirectQuery to handle computations in Snowflake without importing large datasets.
  • Perform transformations in Power Query after fetching the data.
  • Consider using Power BI Dataflows for preprocessing data.

 

 

View solution in original post

4 REPLIES 4
V-yubandi-msft
Community Support
Community Support

Hi @bzeeblitz ,

Thank you for the valuable insights, @Akash_Varuna .

To add some clarity since you have read only access to Snowflake, you can still use Power BI effectively without needing admin rights.

Here a simplified version of the steps.

  1.  Use Get Data Snowflake in Power BI.
  2.  In the Advanced options, write a custom SQL query. This eliminates the need to create views directly in Snowflake.
  3. Once imported, apply any filters or transformations using Power Query.
  4.  For handling large datasets, consider using DirectQuery mode so that queries run live within Snowflake.
  5.  If you’re preparing data for multiple reports, you might want to use Power BI Dataflows.

Power Query Snowflake connector - Power Query | Microsoft Learn

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.

Akash_Varuna
Community Champion
Community Champion

Hi @bzeeblitz 

  • Install the Snowflake ODBC driver.
  • Use Get Data > Snowflake in Power BI, enter the server URL, and provide your credentials.
  • Write SQL queries directly in Power BI to filter or aggregate data since you can't create views in Snowflake.
  • Ensure query folding is enabled to push computations to Snowflake.
  • Use DirectQuery to connect live for large datasets instead of importing data.
  • You could also use Power BI Dataflows to preprocess and organize data before bringing it into Power BI.
    If this post helped pease do give a kudos and accept this as a solution
    Thanks In Advance

Challenge is that we don't have enough access to update or modify in snowflake database. So please suggest how we would able to query snowflake as we don't have admin previliges,we are unable to do data manipulation. Kindly assist 

Hi @bzeeblitz Could you try these if this is feasible 

  • Write SQL queries in Power BI to filter and aggregate data before importing.
  • Use DirectQuery to handle computations in Snowflake without importing large datasets.
  • Perform transformations in Power Query after fetching the data.
  • Consider using Power BI Dataflows for preprocessing data.

 

 

Helpful resources

Announcements
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.