Forum Discussion
Anonymous
5 years agoNot applicable
How do i import the SQL database created date into PowerBI?
One of my data table in powerBI is read from a database. and i'm hoping to have a card next to the table created showing the database created date. E.g. when i went to property through MS SQL server...
- 5 years ago
Hi Anonymous
You can import the table contains list of databases as:
SELECT name, database_id, create_date FROM sys.databases ;Here is the output:
For more information, please refer to:
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!