Power BI Connector for Monday

Build 24.0.9175

Teams

Fetches a collection of teams, including their details and associated users.

View-Specific Information

SELECT

The connector uses the Monday API to process some of the filters. The connector processes other filters client-side within the connector.

  • Id supports the '=','IN' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM Teams WHERE Id = '565332'
SELECT * FROM Teams WHERE Id IN ('565332, 565333')

Columns

Name Type References Description
Id [KEY] String The unique identifier for the team, used to reference the team across the system. This ID ensures that each team can be distinguished and managed independently.
Name String The name of the team, which can be used to identify the team in user interfaces, reports, or other parts of the system.
PictureUrl String The URL link to the team's picture or logo, used for displaying visual representations of the team in the application or on web pages.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175