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
DataWiz01
Advocate II
Advocate II

How can I improve the performance of my data models?

 
1 ACCEPTED SOLUTION
pratyashasamal
Super User
Super User

Hi  ,

You can follow these points as a best practice:- 

 

1)Limit the number of visuals in dashboards and reports
 

Using too many visuals on a single report slows report performance. Limit widget visuals to eight per report page and grids to one per page. Limit tiles to 10 per dashboard. In general, limit pages 30 points, assuming each type of visual is worth a different number of points:

  • Cards: 1
  • Gauges: 2
  • Charts: 3
  • Maps: 3
  • Grids: 5

2)Remove unnecessary interactions between visuals

By default, all visuals on a report page can interact with one another. By disabling unnecessary interactions, you reduce the number of queries fired at the back end, which improves report performance.

3) Use on-premises data gateway instead of Personal Gateway

Personal Gateway imports data into Power BI. On-premises data gateway (also known as Enterprise Gateway) imports nothing, which is more efficient when working with large databases.

4)Use separate gateways for Power BI service live connection and scheduled data refresh
 

If you use the same gateway for a scheduled refresh and a live connection, live connection performance will slow down during the scheduled refresh.

5)Test custom visual performance before use
 
Custom visuals can perform poorly when handling large datasets or complex aggregations. Uncertified custom visuals are generally not tested by the Power BI team. If a custom visual performs poorly, consider replacing it with a different visual.

6)Limit complex measures and aggregations in data models
 
Create calculated measures instead of calculated columns. Where possible, push calculated columns and measures to the source. The closer they are to the source, the faster they are likely to perform.

7)Use Star schema instead of Snowflake schema when possible
 
Snowflake schema has a complex query structure, making it difficult to implement changes. Star schema is easy to read, uses fewer joins, and tends to reduce data redundancy.

😎Use slicers sparingly

Slicers are a great way of allowing users to navigate data, but they come at a performance cost. Each slicer generates two queries: one fetches the data, the other fetches selection details. Adding too many slicers drastically slows performance. To remove unnecessary slicers, use the Filter pane to evaluate which slicers are used the least.

9) Ensure reports and data sources are in the same region
 
With the tenant and data source in the same region, you can limit the effects of network latency. Sharing a region ensures faster data transfer and faster query execution.

Please follow these link to read more:-

https://maqsoftware.com/insights/power-bi-best-practices

 

https://learn.microsoft.com/en-us/training/modules/optimize-model-power-bi/

 

https://www.phdata.io/blog/optimizing-power-bi-reports/

 

Thanks,

Pratyasha Samal

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.

If you found this post helpful, please give Kudos





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

1 REPLY 1
pratyashasamal
Super User
Super User

Hi  ,

You can follow these points as a best practice:- 

 

1)Limit the number of visuals in dashboards and reports
 

Using too many visuals on a single report slows report performance. Limit widget visuals to eight per report page and grids to one per page. Limit tiles to 10 per dashboard. In general, limit pages 30 points, assuming each type of visual is worth a different number of points:

  • Cards: 1
  • Gauges: 2
  • Charts: 3
  • Maps: 3
  • Grids: 5

2)Remove unnecessary interactions between visuals

By default, all visuals on a report page can interact with one another. By disabling unnecessary interactions, you reduce the number of queries fired at the back end, which improves report performance.

3) Use on-premises data gateway instead of Personal Gateway

Personal Gateway imports data into Power BI. On-premises data gateway (also known as Enterprise Gateway) imports nothing, which is more efficient when working with large databases.

4)Use separate gateways for Power BI service live connection and scheduled data refresh
 

If you use the same gateway for a scheduled refresh and a live connection, live connection performance will slow down during the scheduled refresh.

5)Test custom visual performance before use
 
Custom visuals can perform poorly when handling large datasets or complex aggregations. Uncertified custom visuals are generally not tested by the Power BI team. If a custom visual performs poorly, consider replacing it with a different visual.

6)Limit complex measures and aggregations in data models
 
Create calculated measures instead of calculated columns. Where possible, push calculated columns and measures to the source. The closer they are to the source, the faster they are likely to perform.

7)Use Star schema instead of Snowflake schema when possible
 
Snowflake schema has a complex query structure, making it difficult to implement changes. Star schema is easy to read, uses fewer joins, and tends to reduce data redundancy.

😎Use slicers sparingly

Slicers are a great way of allowing users to navigate data, but they come at a performance cost. Each slicer generates two queries: one fetches the data, the other fetches selection details. Adding too many slicers drastically slows performance. To remove unnecessary slicers, use the Filter pane to evaluate which slicers are used the least.

9) Ensure reports and data sources are in the same region
 
With the tenant and data source in the same region, you can limit the effects of network latency. Sharing a region ensures faster data transfer and faster query execution.

Please follow these link to read more:-

https://maqsoftware.com/insights/power-bi-best-practices

 

https://learn.microsoft.com/en-us/training/modules/optimize-model-power-bi/

 

https://www.phdata.io/blog/optimizing-power-bi-reports/

 

Thanks,

Pratyasha Samal

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.

If you found this post helpful, please give Kudos





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





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 Solution Authors