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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Macwin
Helper I
Helper I

Max size using a large Database

Im trying to create a report with 54 millions data (updating everyday) with a live query from a postgres sql server. 

I already created a view on my server and im using this view as datasource (with calculation). This should improve my perfomance. My goal is to create report  with livetime filtering for users.

 

But at the moment im facing this problem 

image.png

2 REPLIES 2
RobbeVL
Impactful Individual
Impactful Individual

Hi,

 

I'm not an expert on this, but I dont think that view will improve your performance.

Is it possible to connect to the tables seperately? Have you tried to run the view from the PowerBI end in stead of the server? 

 

robbe 

I followed this article about data import.

https://www.sqlbi.com/articles/data-import-best-practices-in-power-bi/

 

Im using the import function instead of direct query.

thats a way faster. 

So only solution  i see at the moment is

- use import 

- setup refresh feature on bi site. (refresh everyday at night )

- use views instead of tables

 

are there other hidden secrets for better perfomance?

 

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors