Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have Inforamtion in a table [dbo].[DataModelDataSource] each Dashbord read from any database like (SQL Server,Teradata) i want to show tables each report read from?
Hi @omnia_saleh ,
Specifically, you can use the following query to retrieve the table names and their corresponding columns:
SELECT table_name, column_name, data_type
FROM dbc.columns
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 |