---
title: "Codeunit 6322 Power BI System Upload Tracker"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/6322-power-bi-system-upload-tracker/
type: codeunit
id: 6322
name: "Power BI System Upload Tracker"
app: "Base Application"
namespace: System.Integration.PowerBI
versions: "28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/6322-power-bi-system-upload-tracker/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 6322 Power BI System Upload Tracker

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/6322-power-bi-system-upload-tracker/

| | |
| --- | --- |
| App | Base Application |
| Namespace | System.Integration.PowerBI |
| Versions | 28 |
| Source file | Modules/System/PowerBI/APIs/ReportUploads/PowerBISystemUploadTracker.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| SetGPEnabled | (Boolean) | - | internal | 28 | - | - |
| Load | (Text[100]) | - | public | 28 | - | - |
| Reset | () | - | public | 28 | - | - |
| GetStatus | () | Enum Power BI Upload Status | public | 28 | - | - |
| TransitionTo | (Enum Power BI Upload Status) | - | public | 28 | - | - |
| Fail | (Text, Text) | - | public | 28 | - | - |
| SetImportId | (Guid) | - | public | 28 | - | - |
| GetImportId | () | Guid | public | 28 | - | - |
| SetImportResult | (Guid, Text[2048], Text) | - | public | 28 | - | - |
| SetUploadedReportName | (Text) | - | public | 28 | - | - |
| GetUploadedReportName | () | Text | public | 28 | - | - |
| GetUploadedReportId | () | Guid | public | 28 | - | - |
| GetEmbedUrl | () | Text[2048] | public | 28 | - | - |
| GetDatasetId | () | Text | public | 28 | - | - |
| ShouldOverwrite | (Integer) | Boolean | public | 28 | - | - |
| ScheduleRetry | (DateTime) | - | public | 28 | - | - |
| HasScheduledRetry | () | Boolean | public | 28 | - | - |
| Save | () | - | public | 28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
