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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
jaryszek
Power Participant
Power Participant

Looking for power bi app for measuring performance of queries

Hello,

Looking for power bi app for measuring performance of queries online. 

Can you recommend something?
Best,
Jacek

1 ACCEPTED SOLUTION
v-sshirivolu
Community Support
Community Support

Hi @jaryszek ,

To assess the performance of queries in Power BI, you can use several methods depending on whether you prefer an online (cloud) or desktop/local approach:

1. Power BI Performance Analyzer (Desktop)

  • Location: Power BI Desktop - View - Performance Analyzer
  • Function:
    • Records times for visual queries, DAX processing, and rendering.
    • Allows you to export logs for further analysis.
  • Advantages: Free, integrated, user-friendly.
  • Limitations: Available only on desktop.

Steps:

  1. Open your report in Power BI Desktop.
  2. Navigate to View - Performance Analyzer.
  3. Click Start Recording, refresh visuals, and Copy or Export Logs.

2. DAX Studio

  • Location: External tool for Power BI Desktop
  • Function:
    • Provides in-depth query performance analysis for DAX queries.
    • Displays execution times, server timings, and query plans.
  • Advantages: Free, detailed insights.
  • Limitations: Desktop only, requires installation.

Steps:

  1. Install DAX Studio: https://daxstudio.org
  2. Connect to your Power BI model.
  3. Use Server Timings for performance analysis.

3. Power BI Service + Premium Metrics

  • Location: Power BI Service (online)
  • Function:
    • Premium Capacity Metrics app monitors refreshes, queries, and resource usage.
    • Tracks slow queries, memory, and CPU usage.
  • Advantages: Online, centralized, supports multiple datasets.
  • Limitations: Requires Power BI Premium or Premium per User.

Steps:

  1. Install Premium Capacity Metrics app from AppSource: https://appsource.microsoft.com
  2. Connect to your workspace or capacity.
  3. Monitor query durations, refresh times, and user activity.

4. SQL Server Profiler / Azure Monitor (Advanced, Online)

  • Location: For DirectQuery or Azure Analysis Services
  • Function: Captures server-side query execution.
  • Advantages: Highly accurate for server performance.
  • Limitations: Advanced, requires server access.

View solution in original post

1 REPLY 1
v-sshirivolu
Community Support
Community Support

Hi @jaryszek ,

To assess the performance of queries in Power BI, you can use several methods depending on whether you prefer an online (cloud) or desktop/local approach:

1. Power BI Performance Analyzer (Desktop)

  • Location: Power BI Desktop - View - Performance Analyzer
  • Function:
    • Records times for visual queries, DAX processing, and rendering.
    • Allows you to export logs for further analysis.
  • Advantages: Free, integrated, user-friendly.
  • Limitations: Available only on desktop.

Steps:

  1. Open your report in Power BI Desktop.
  2. Navigate to View - Performance Analyzer.
  3. Click Start Recording, refresh visuals, and Copy or Export Logs.

2. DAX Studio

  • Location: External tool for Power BI Desktop
  • Function:
    • Provides in-depth query performance analysis for DAX queries.
    • Displays execution times, server timings, and query plans.
  • Advantages: Free, detailed insights.
  • Limitations: Desktop only, requires installation.

Steps:

  1. Install DAX Studio: https://daxstudio.org
  2. Connect to your Power BI model.
  3. Use Server Timings for performance analysis.

3. Power BI Service + Premium Metrics

  • Location: Power BI Service (online)
  • Function:
    • Premium Capacity Metrics app monitors refreshes, queries, and resource usage.
    • Tracks slow queries, memory, and CPU usage.
  • Advantages: Online, centralized, supports multiple datasets.
  • Limitations: Requires Power BI Premium or Premium per User.

Steps:

  1. Install Premium Capacity Metrics app from AppSource: https://appsource.microsoft.com
  2. Connect to your workspace or capacity.
  3. Monitor query durations, refresh times, and user activity.

4. SQL Server Profiler / Azure Monitor (Advanced, Online)

  • Location: For DirectQuery or Azure Analysis Services
  • Function: Captures server-side query execution.
  • Advantages: Highly accurate for server performance.
  • Limitations: Advanced, requires server access.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors