SoftOneBI.Contents

Updated on

SoftOneBI.Contents is a Power Query M function that retrieves all Soft1/Atlantis tables in the datalake.

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

Syntax

SoftOneBI.Contents() as table

Description

Retrieves all Soft1/Atlantis tables in the datalake

Examples

Returns a table of tables from the datalake

// Output: #table( {"Name"}, {"ItemKind"}, {"ItemName"}, {"Data"}, {"IsLeaf"}, {{"Companies"}, {"Table"}, {"Table"}, {"Table"}, {"true"}} )
SoftOneBI.Contents()

Contribute » | Contributors: Rick de Groot

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