QuickBooksOnline.Tables

Updated on

QuickBooksOnline.Tables is a Power Query M function that returns a table listing the available tables in QuickBooks Online.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

QuickBooksOnline.Tables( optional options as nullable record ) as table

Description

Returns a table listing the available tables in QuickBooks Online. An optional record parameter, options, may be specified to control the following options:

  • ConnectionTimeout: A duration which controls how long to wait before abandoning an attempt to make a connection to the server.
  • CommandTimeout: A duration which controls how long the server-side query is allowed to run before it is canceled.
The record parameter is specified as [option1 = value1, option2 = value2…].

Other functions related to QuickBooksOnline.Tables are:

Contribute » | Contributors: Rick de Groot

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy