LogoLogo
ReleasesHomepageBlogSlack
3.0
3.0
  • Welcome
  • Concept
  • SQLWATCH Database
    • Requirements
      • Permissions
      • Performance Overhead
      • Storage Utilisation
    • Installation
      • Install with dbatools
      • Install with SqlPackage
      • Install with SSMS
      • Deploy from source code
      • Optional Components
      • Upgrade
      • Removal
      • Downgrade
    • Configuration
    • Known Issues
      • Collation conflict
      • Database drift
      • Login failed error when running disk logger
      • Deadlock when creating database
    • Notifications
      • Checks
      • Actions
      • Reports
      • How To
        • Add or modify check
        • Add or modify action
        • Add or modify report
      • Process Flow
    • Large Environments
  • Central Repository
    • Requirements
      • Performance overhead on the remote instance
      • Permissions
    • Installation
      • Removal
      • Upgrade
    • Configuration
    • Known Issues
  • Power BI Dashboard
    • Requirements
      • Permissions
    • Installation
    • Configuration
    • Known Issues
      • Power BI Load Errors
    • Performance
  • Grafana Dashboard
    • Requirements
    • Installation
    • Configuration
  • Azure Log Analytics Dashboard
    • Concept
    • Requirements
    • Installation
    • Configuration
  • Design Decision
    • Relations
    • Trend Tables
    • Data Types
      • Real Type
    • Primary Keys
    • Data Compression
    • Configuration Items
    • Using Apply instead of Join
  • Reference
    • Data-Tier Application Package
  • Integrations
    • Send notifications to Slack and Teams
    • dbachecks
  • FAQ
    • How do I check if SQLWATCH is running OK?
    • I am not seeing any data in Power BI
    • Can I modify default checks?
    • The app_log is growing fast
Powered by GitBook
On this page
  • Data Volumes
  • Performance Analyser
  • Report Time Window
  • Report Aggregation
  • Unused Sets
  • Baselines
  • Generic Performance Analyser
  • Filter Central Repository

Was this helpful?

  1. Power BI Dashboard

Performance

PreviousPower BI Load ErrorsNextRequirements

Last updated 5 years ago

Was this helpful?

A lot of work went into optimisation and reducing impact on the SQL database when querying data as well as reducing resources required for Power BI to render data. However, there few things to consider when it comes to the Power BI Performance:

Data Volumes

This is the most important factor. It is obvious that the more data Power BI downloads, the more it has to process and render.

There are some clever mechanisms built into Power BI such as High Density Sampling which reduce the amount of data rendered with minimised loss of granularity:

However, first and foremost, download less data into Power BI to make it run fast.

  • Reduce time window

  • Reduce granularity by increasing aggregation

  • Only download what you want to see

  • Hide baselines

  • Filter Central Repository

Performance Analyser

Recent versions of Power BI come with performance analyser that will show you what Power BI spends most time on when rendering report. You can use this to understand where the bottlenecks are.

Report Time Window

Reduce the Report Time Window parameter to download less data.

Report Aggregation

Unused Sets

If you are investigating last 60 minutes of production performance issues, perhaps you do not need to see last 24 hours worth of Agent Job history, index statistics or disk utilisation. Make sure you are setting report parameters correctly to limit what is being downloaded to Power BI

Baselines

Baselines are fantastic way to compare same periods of time in an offset. For example, Same hour but yesterday, same day but last week etc. However, they also require more data to be downloaded. Only enable baselines if you have to.

Generic Performance Analyser

The Generic Performance Analyser tab shows all Performance Counters without aggregation. It's purpose is to drill down into details. Only enable it when you are debugging performance issues.

Filter Central Repository

When using Central Repository, data for all servers is downloaded into Power BI. If you are investigating specific SQL Instance, you can apply filter so only data for this instance is downloaded:

LogoHigh-Density Line Sampling in Power BI - Power BIdocsmsft