sempy_labs.theme package

Module contents

sempy_labs.theme.get_org_theme_json(theme: str | UUID) dict

Retrieves the JSON representation of an organization theme by its name or ID.

Parameters:

themestr | uuid.UUID

The name or ID of the organization theme.

Returns:

dict

The JSON representation of the organization theme.

sempy_labs.theme.list_org_themes() DataFrame

Lists all organizational themes in Power BI. Note that this uses an internal API and may break at any time.

Returns:

pandas.DataFrame

A dataframe containing the details of the organizational themes.

sempy_labs.theme.resolve_theme_id(theme: str | UUID)