Usercube.Universes

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" )
BI Gorilla Blog

Last update: August 25, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.