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.
Related functions
Other functions related to QuickBooksOnline.Tables are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy