Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.