Profisee.Tables is a Power Query M function that returns a navigation table listing Profisee entities.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Profisee.Tables( url as text ) as table
Description
Navigation Table returning Profisee entities.
Examples
Returns a navigational table containing all profisee entities that contains data for each entity.
// Output: #table( {"Name", "Data", "ItemKind", "ItemName"}, {{"ABCCode", "Table", "Table", "Table"}} )
Profisee.Tables( "https://12345.com/profisee" )
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy