Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape 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.
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
Solved! Go to Solution.
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.
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.
User | Count |
---|---|
35 | |
32 | |
21 | |
11 | |
8 |
User | Count |
---|---|
54 | |
43 | |
28 | |
13 | |
11 |