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
Thanks for your reply.
will it possible to get sample PBI Dashboard which showing above all.
Getting details of SQL tables and DB is easy. But, when we trying to get into PBI deshboard i am struggling to get all the details.
Can you pls. help to get all the details in sample PBI Dashboard.
- gani_tpt2 years agoRegular Visitor
Can anyone reply the above said queries.?
This is very very urgent.