Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi,
What would be the reason that I see 2 concurent queries (same) running on my datasource when I'm refreshing only one query in pbix?
What's your data source?
As I tested with SQL and SSAS data source, I see the underlying T-SQL query/MDX is only executed one time, but it will also execute other queries agains system tables and DMVs.
SQL data source:
SSAS:
| User | Count |
|---|---|
| 22 | |
| 18 | |
| 17 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 54 | |
| 47 | |
| 42 | |
| 37 |