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)].
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)]?
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)]. 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)]?