TeamDesk.Database

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" )

Other functions related to TeamDesk.Database are:

BI Gorilla Blog

Last update: August 25, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.