Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
pb_user31
New Member

Find load times of individual tables in a model

Hi

 

I would like to find the invidual loading times per table in a model. Performance analyzer just gives me the load times of a page, its visuals & dax queries.

 

I need to find the individual load times per table query.

 

is this possible? I tried in DAX studio also but this is giving me the size and number of rows per table.

 

pb

4 REPLIES 4
tackytechtom
Super User
Super User

Hi @smpa01 ,

 

I think you need to define the specific dataset that you would like to fetch the meta data from. However, I am sure you could write a function in M that automates that for you meaning it would loop over all your datasets in the workspace concatenating the query results for the DMV.

 

I happen to have written a blog post that I published a couple of minutes ago about how to fetch DMV data into a Power BI report. 

 

https://www.tackytech.blog/how-to-build-meta-reports-on-top-of-power-bi-datasets-with-dynamic-manage...

 

I hope that helps!

 

/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

@tackytechtom  this is my guy

select * from $SYSTEM.MDSCHEMA_CUBES
Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs
tackytechtom
Super User
Super User

Hi @pb_user31 ,

 

You could query the DMV TMSCHEMA_PARTITIONS where that information is apparent. Together with the TMSCHEMA_TABLES you could create the following table:

 

tackytechtom_0-1675191010458.png

 

Let me know if this helps 🙂

 

/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/

 



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

@tackytechtom Is it possible to write a DMV query that gives me the refresh time of each dataset on a workspace, don't have a lot of experience aroound DMV or what it is capable of.

 

I need a dashborad that shows the last refresh time of any given power bi dataset ?

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.