Forum Discussion
sang_kd2
9 years agoNew Member
POwerBI performance measuring tool
Hi, I want to measure performance of my application for PowerBI for huge data set say millions of record. Is there a tool available to metrix Powerbi perf numbers? Thanks
BhaveshPatel
9 years agoSuper User
You can use DAX Studio/SQL server Profiler to check the performance of your data model. More information on what you can do with DAX Studio is at here.
sang_kd2
9 years agoNew Member
Thanks ,
We are showing reports in POwerBI rendering data from sql azure Table and Views.
Views rendering report seems to be less performant than direct query from table - which is kind of obvious from SQL point of you.
Wanted to understand if there is POwerBI limitation on showing report fetching from VIews vs tables ?
Or there is way to mointor perf numbers for POwerBI.
Sql profiled helps at sql query level.
Thanks