March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
39 | |
26 | |
15 | |
11 | |
10 |
User | Count |
---|---|
58 | |
52 | |
23 | |
14 | |
11 |