Skip to Content

Microsoft Fabric BI

Microsoft Fabric BI MCP는 Semantic Model과 Report를 대상으로 DAX 쿼리, 새로고침, 내보내기, 복제 작업을 수행할 수 있도록 지원합니다.

기본 정보

인증 방식

OAuth 2.0을 사용하여 인증합니다.

주요 기능

  • Semantic Model DAX 쿼리 실행
  • Semantic Model 새로고침 및 이력 조회
  • 데이터 소스, 파라미터, 사용자 권한 관리
  • Report 내보내기, 복제, Rebind

지원하는 MCP 도구

execute_dax_query

Semantic Model에 DAX 쿼리를 실행합니다.

refresh_semantic_model

Semantic Model 새로고침을 실행합니다.

get_refresh_history

Semantic Model 새로고침 이력을 조회합니다.

cancel_refresh

진행 중인 Semantic Model 새로고침을 취소합니다.

bind_semantic_model_connection

Semantic Model을 Gateway 및 Cloud Connection에 연결합니다.

get_parameters

Semantic Model 파라미터를 조회합니다.

update_parameters

Semantic Model 파라미터 값을 수정합니다.

take_over_dataset

Semantic Model 소유권을 가져옵니다.

get_dataset_users

Semantic Model 사용자와 접근 권한을 조회합니다.

get_refresh_schedule

Semantic Model 예약 새로고침 설정을 조회합니다.

update_refresh_schedule

Semantic Model 예약 새로고침 설정을 수정합니다.

get_datasources

Semantic Model 데이터 소스를 조회합니다.

export_report

Report를 PDF, PPTX, PNG 등으로 내보냅니다.

clone_report

Report를 복제합니다.

rebind_report

Report를 다른 Semantic Model에 다시 연결합니다.

사용 예시

  • “Semantic Model에 DAX 쿼리를 실행해줘”
  • “새로고침 이력을 확인해줘”
  • “Report를 PDF로 내보내줘”

주의사항

  • Microsoft Fabric 리소스에 접근하려면 해당 Microsoft 계정에 필요한 Fabric 권한이 있어야 합니다.
  • 일부 기능은 Microsoft Fabric 또는 Power BI API 권한, 테넌트 설정, 관리자 역할이 필요할 수 있습니다.
  • Microsoft Entra 앱 권한이 변경된 경우 기존 OAuth 연결을 해제한 뒤 다시 연결해야 새 권한이 반영될 수 있습니다.
Last updated on