Reports - Export Report

지정된 보고서를 내 작업 영역에서 Power BI .pbix 또는 .rdl 파일로 내보냅니다.

참고

Try-it 기능은 이 API에서 지원되지 않습니다. 이 API를 사용하는 방법에 대한 예제는 Power BI Report Powershell 스크립트 내보내기를 참조하세요.

필수 범위

Report.ReadWrite.All 또는 Report.Read.All 및 Dataset.Read.All

제한 사항

.pbix 보고서의 경우 Rebind Report를 호출한 후에는 Power BI 서비스 라이브 연결이 있는 보고서 내보내기가 지원되지 않습니다.

GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/Export

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
reportId
path True

string

uuid

보고서 ID

응답

Name 형식 Description
200 OK

file

내보낸 파일

Media Types: "application/zip", "application/octet-stream"