Usercube.Universes is a Power Query M function that provides data from a Usercube instance.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Usercube.Universes( serverUrl as text ) as table
Description
Provides data from a Usercube instance
Examples
Returns the universe data defined in the Usercube database.
// Output: Navigation table containing Usercube's universes
Usercube.Universes( "https://mycompany.usercube.com" )
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy