, published on March 15, 2026. A slightly newer minor update, version 2.152.1279.0 , was released on March 27, 2026
# Deploy-Application.ps1 Install-MSIApplications -Name "Power BI Desktop" -Path "$dirFiles\PBIDesktopSetup_x64.exe" -Arguments "/quiet /norestart" Copy-File -Path "$dirSupportFiles\Preferences.pbit" -Destination "C:\ProgramData\Microsoft\Power BI Desktop\" Set-RegistryKey -Key "HKLM\Software\Microsoft\Power BI Desktop" -Name "DisableTelemetry" -Value 1 -Type DWord Remove-Folder -Path "$env:APPDATA\Microsoft\Power BI Desktop" -Recurse -ErrorAction SilentlyContinue # Clear per-user remnants repack latest power bi desktop version work
Before you begin repacking, ensure you have the correct source file from the Official Microsoft Download Center . , published on March 15, 2026