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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
alvin3828
New Member

Power BI limitations for large datasets

If someone is using Power BI connected to Azure as a front-end for data visualization. 

 

What are some limitations? 


In the past, even with smaller data sets in SQL, some charts took 25-30 seconds to render? 

 

What I am trying to answer is at what point does the visualization take very long based on: 

 

1. Size of the dataset 

2. Number of different datasets or types queried (multiple sql + no sql databases)

3. Complexity of analysis or statistics performed (writing R code to regression & other complex statistical calculations, clustering etc) 

 

I am trying to understand the limiations of Power BI as a front-end before deciding to develop a custom front end or use another off-the shelf BI took. 

 

I would likely be using Power BI connected to an Azure stack (SQL server, documentDB, etc). 

1 ACCEPTED SOLUTION
Eric_Zhang
Employee
Employee

@alvin3828

 

The listed 3 points would more or less have affect of performance per my experience, however I've never experienced a perfomance as slow as 25-30 seconds. It usually doesn't take that long when loading a report.

 

One known fact that impacts  the performance a lot is using a Direct Query to Azure SQL DB or on-premise database, the query would run for long if the data in DB is large.

 

By the way, you could try to debug the performance by using the brower dev tool(F12 in Chrome,IE,FF) to find what network traffic consume long time.

View solution in original post

1 REPLY 1
Eric_Zhang
Employee
Employee

@alvin3828

 

The listed 3 points would more or less have affect of performance per my experience, however I've never experienced a perfomance as slow as 25-30 seconds. It usually doesn't take that long when loading a report.

 

One known fact that impacts  the performance a lot is using a Direct Query to Azure SQL DB or on-premise database, the query would run for long if the data in DB is large.

 

By the way, you could try to debug the performance by using the brower dev tool(F12 in Chrome,IE,FF) to find what network traffic consume long time.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Kudoed Authors