microsoft / powerbi-desktop-samples

Power BI Desktop sample files for the monthly release. Here you can find the PBIX files used in the monthly release videos.
MIT License
1.48k stars 896 forks source link

[Performance Analyzer Export sample] Why does time other not exclude time direct query? #32

Open hswan-msft opened 4 years ago

hswan-msft commented 4 years ago

I am studying PerformanceAnalyzerExportReport.pbix for learning how to analyze the output of the performance analyzer. I found the function for Time Other (ms) is Time Other (ms) = [Time Total (ms)] - [Time DAX Query (ms)] - [Time Visual Display (ms)]. image Why does it not exclude time direct query, i.e. Time Other (ms) = [Time Total (ms)] - [Time DAX Query (ms)] - [Time Visual Display (ms)] - [Time Direct Query (ms)]?