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()
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy