Forum Discussion
How to get all SQL Database with details information through Power BI Dashboard.
Hi gani_tpt ,
Please try the following methods and check if they can solve your problem:
1.Leverage SQL Server auditing features to track access and modification dates. View the following link which help identify unused reports.
Find and retire unused .rdl reports - Power BI | Microsoft Learn
2.Query the system catalog views in SQL Server. Information about when a database was created can be found in the sys.databases.
3.It is possible to integrate the details into a Power BI Dashboard. Connect to SQL Server and use SQL queries to fetch the required information.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
can you pls. help us to bring all the above details in the Power BI Dashboard..?