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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
abhiram342
Microsoft Employee
Microsoft Employee

DMV Views to Get Last Refreshed Date for Each Table and Last Refreshed Partitions

Hi Team,

 

We want to show the Last Refreshed Date for Each Table and Also, Latest Refreshed Partition for Fact Table ( Fact Table will have partitions). Can you please tell how to query DMV Views, I have explored DMV views using DAX Studio but unable to find this info.

 

Thanks,

Abhiram

1 ACCEPTED SOLUTION
GilbertQ
Super User
Super User

Hi @abhiram342 

 

You can use this to get the table details:

 

select * from $SYSTEM.TMSCHEMA_TABLES

 

But for the individual partitions I am not sure that this is possible.

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

View solution in original post

1 REPLY 1
GilbertQ
Super User
Super User

Hi @abhiram342 

 

You can use this to get the table details:

 

select * from $SYSTEM.TMSCHEMA_TABLES

 

But for the individual partitions I am not sure that this is possible.

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.