Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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 |
|---|---|
| 60 | |
| 46 | |
| 32 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 82 | |
| 68 | |
| 43 | |
| 26 | |
| 23 |