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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
ngank03
Microsoft Employee
Microsoft Employee

Having rendering issue with data

Hi team, I have this rendering issue where PowerBI has been fine in the past months until we have more users and the render has not been able to correctly render the amount of data (heartbeats in my case) we have per day. I use one main function to query the data, and then render all the dashboard tiles base on this one function.

 

ngank03_0-1650061829415.png

ngank03_1-1650061974072.png

 

What can I do to avoid this rendering issue when we have more customers (x10) in the future ? Should I use one seperate function for each tile ?

1 REPLY 1
V-lianl-msft
Community Support
Community Support

Hi @ngank03 ,

 

Each visual has different data point limitations,you can check the document:

  • When in categorical mode
    • Categories: Virtualization by using Window of 500 rows at a time
    • Series: Top 60
    • When in scalar mode (could use dynamic limits)
      • Max points: 10,000
      • Categories: Sample of 500 values
      • Series: Top 20 values

https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-data-points#strategies-and-data-point-lim... 


Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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