Forum Discussion
Power BI DirectQuery with AWS Redshift
- 1 year ago
Hi Irvanda ,
Yes, Power BI Pro can access AWS Redshift in DirectQuery mode via a private network. Use an on-premises data gateway to securely connect Power BI to your Redshift cluster in a private VPC. Alternatively, whitelist Power BI's IP ranges (published by Microsoft) in Redshift's security group for direct access. Ensure proper permissions and optimize queries for best performance.
If this post helped please do accept this as a solution and give a kudosThanks In Advance
Hi Irvanda ,
Akash_Varuna Thanks for your prompt response.
Additionally, to connect using DirectQuery with Amazon Redshift, you can refer to the following link: Power Query Amazon Redshift connector - Power Query | Microsoft Learn
If a community member has addressed your query, please mark their response as "Accept Answer" and click "Yes" if you found it helpful.
Should you have any further questions, feel free to reach out.
Thank you for being a part of the Microsoft Fabric Community Forum
- Irvanda1 year agoRegular Visitor
Hi v-aatheeque,
I want to asking another question, related to memory and storage models?
If I use DirectQuery to get data from AWS Redshift, does it still consume the memory model (1 GB) and native storage (10 GB) in Power BI Pro?
Thank you,
- v-aatheeque1 year agoCommunity Support
Hi Irvanda
In DirectQuery mode, Power BI does not store data in its internal memory. Instead, it sends queries to Amazon Redshift on demand whenever a user interacts with the report. As a result, since the dataset is not physically stored within Power BI, it does not count toward the 1 GB per dataset limit applicable to Power BI Pro.The 10 GB per user storage limit in Power BI Pro primarily pertains to datasets stored in Import Mode. Since DirectQuery does not retain data within Power BI, it does not consume this storage capacity.