TeamDesk.Database is a Power Query M function that connects to a TeamDesk database, letting you select a table and a view to retrieve data from.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
TeamDesk.Database( url as text ) as table
Description
Connects to TeamDesk database and let you select a table and a view to retrieve the data from.
Examples
Connect to sample TeamDesk database
// Output: Navigation table
TeamDesk.Database( "https://www.teamdesk.net/secure/db/57692" )
Related functions
Other functions related to TeamDesk.Database are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy