QuickBooksOnline.Tables

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:

BI Gorilla Youtube Channel

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