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 |
|---|---|
| 51 | |
| 35 | |
| 29 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 57 | |
| 39 | |
| 22 | |
| 21 |