Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
186,765
Downloads of v 2.45.4704.442:
620
Last Update:
04 Apr 2017
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
power bi desktop data analytics visualize- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

PowerBI
This is not the latest version of PowerBI available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
186,765
Downloads of v 2.45.4704.442:
620
Software Author(s):
- Microsoft
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
PowerBI 2.45.4704.442
This is not the latest version of PowerBI available.
All Checks are Passing
2 Passing Test
To install PowerBI, run the following command from the command line or from PowerShell:
To upgrade PowerBI, run the following command from the command line or from PowerShell:
To uninstall PowerBI, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download powerbi --internalize --version=2.45.4704.442 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade powerbi -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade powerbi -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure powerbi installed
win_chocolatey:
name: powerbi
state: present
version: 2.45.4704.442
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'powerbi' do
action :install
version '2.45.4704.442'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: powerbi,
Version: 2.45.4704.442,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller powerbi
{
Name = 'powerbi'
Ensure = 'Present'
Version = '2.45.4704.442'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'powerbi':
provider => 'chocolatey',
ensure => '2.45.4704.442',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install powerbi version="2.45.4704.442" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 04 Apr 2017.
Create stunning reports and visualizations with Power BI Desktop. It puts visual analytics at your fingertips with intuitive report authoring. Drag-and-drop to place content exactly where you want it on the flexible and fluid canvas. Quickly discover patterns as you explore a single unified view of linked, interactive visualizations.
Features:
Transform and clean data
Getting your data ready to analyze can be time-consuming. We’re on a mission to make it much simpler. Try the data shaping and modeling capabilities of Power BI Desktop and take back hours in your busy day.
Complete analytics life-cycle
The Power BI Desktop is an elegant end-to-end solution for building analytics. The Desktop has all the capabilities to quickly connect, shape, visualize, and share data insights through Power BI.
Design once, view anywhere
We know you need to get data into the hands of decision makers when and where they need it. Power BI makes publishing and sharing your beautiful interactive reports easy.
$ErrorActionPreference = 'Stop';
$packageName = 'PowerBI'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.microsoft.com/download/9/B/A/9BAEFFEF-1A68-4102-8CDF-5D28BFFE6A61/PBIDesktop.msi'
$url64 = 'https://download.microsoft.com/download/9/B/A/9BAEFFEF-1A68-4102-8CDF-5D28BFFE6A61/PBIDesktop.msi'
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'MSI'
url = $url
url64bit = $url64
softwareName = 'PowerBI*'
checksum = '700a7aeca97e31a2aaebdad45a8321ac7648df093ec9d55d855062e1791edb4e'
checksumType = 'sha256'
checksum64 = '700a7aeca97e31a2aaebdad45a8321ac7648df093ec9d55d855062e1791edb4e'
checksumType64= 'sha256'
silentArgs = "/qb ACCEPT_EULA=1 /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes= @(0, 3010, 1641)
}
Install-ChocolateyPackage @packageArgs
$packageName = 'PowerBI'
# HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
# HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\
# http://stackoverflow.com/questions/450027/uninstalling-an-msi-file-from-the-command-line-without-using-msiexec
$msiArgs = "/X{1824D216-16BB-44E2-9895-39B5C9B4D05C} /qb-! REBOOT=ReallySuppress"
Start-ChocolateyProcessAsAdmin "$msiArgs" 'msiexec'
Log in or click on link to see number of positives.
- PowerBI.2.45.4704.442.nupkg (2b8036d03648) - ## / 58
- PBIDesktop.msi (700a7aeca97e) - ## / 56
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Power BI Desktop 2.88.1385.0 | 10233 | Friday, January 22, 2021 | Approved |
Power BI Desktop 2.88.802.0 | 7005 | Monday, January 4, 2021 | Approved |
Power BI Desktop 2.88.621.0 | 7175 | Wednesday, December 16, 2020 | Approved |
Power BI Desktop 2.87.1061.0 | 1858 | Tuesday, December 8, 2020 | Approved |
Power BI Desktop 2.87.762.0 | 12415 | Monday, November 23, 2020 | Approved |
Power BI Desktop 2.87.684.0 | 4588 | Friday, November 13, 2020 | Approved |
Power BI Desktop 2.86.902.0 | 2648 | Thursday, October 29, 2020 | Approved |
Power BI Desktop 2.86.727.0 | 185 | Friday, October 23, 2020 | Approved |
Power BI Desktop 2.85.985.0 | 3745 | Thursday, October 8, 2020 | Approved |
Power BI Desktop 2.84.981.0 | 7642 | Monday, August 31, 2020 | Approved |
Power BI Desktop 2.84.802.0 | 2291 | Monday, August 24, 2020 | Approved |
Power BI Desktop 2.84.701.0 | 1588 | Monday, August 17, 2020 | Approved |
Power BI Desktop 2.83.5894.961 | 1960 | Thursday, July 30, 2020 | Approved |
Power BI Desktop 2.83.5894.822 | 1077 | Friday, July 24, 2020 | Approved |
Power BI Desktop 2.83.5894.721 | 813 | Tuesday, July 21, 2020 | Approved |
Power BI Desktop 2.82.5858.1161 | 1602 | Thursday, July 9, 2020 | Approved |
Power BI Desktop 2.82.5858.641 | 4192 | Monday, June 22, 2020 | Approved |
Power BI Desktop 2.81.5831.821 | 3139 | Sunday, May 24, 2020 | Approved |
Power BI Desktop 2.79.5768.1082 | 4225 | Sunday, April 5, 2020 | Approved |
Power BI Desktop 2.79.5768.721 | 1608 | Friday, March 27, 2020 | Approved |
Power BI Desktop 2.78.5740.861 | 3399 | Tuesday, February 25, 2020 | Approved |
Power BI Desktop 2.76.5678.782 | 4005 | Sunday, February 9, 2020 | Approved |
Power BI Desktop 2.75.5649.582 | 9078 | Friday, November 15, 2019 | Approved |
Power BI Desktop 2.74.5619.862 | 3255 | Saturday, October 26, 2019 | Approved |
PowerBI 2.72.5556.801 | 9310 | Wednesday, August 21, 2019 | Approved |
PowerBI 2.72.5556.701 | 1039 | Thursday, August 15, 2019 | Approved |
PowerBI 2.71.5523.941 | 2742 | Thursday, July 25, 2019 | Approved |
PowerBI 2.71.5523.821 | 1037 | Friday, July 19, 2019 | Approved |
PowerBI 2.70.5494.761 | 7353 | Wednesday, June 19, 2019 | Approved |
PowerBI 2.70.5494.701 | 1006 | Saturday, June 15, 2019 | Approved |
PowerBI 2.70.5494.661 | 407 | Thursday, June 13, 2019 | Approved |
PowerBI 2.70.5494.562 | 430 | Tuesday, June 11, 2019 | Approved |
PowerBI 2.69.5467.2151 | 1485 | Sunday, May 26, 2019 | Approved |
PowerBI 2.69.5467.1751 | 1407 | Saturday, May 18, 2019 | Approved |
PowerBI 2.68.5432.761 | 6944 | Wednesday, April 17, 2019 | Approved |
PowerBI 2.68.5432.661 | 943 | Thursday, April 11, 2019 | Approved |
PowerBI 2.67.5404.981 | 2194 | Friday, March 29, 2019 | Approved |
PowerBI 2.67.5404.801 | 1264 | Thursday, March 21, 2019 | Approved |
PowerBI 2.67.5404.581 | 778 | Wednesday, March 13, 2019 | Approved |
PowerBI 2.66.5376.2521 | 3717 | Saturday, February 23, 2019 | Approved |
PowerBI 2.66.5376.2161 | 703 | Thursday, February 21, 2019 | Approved |
PowerBI 2.66.5376.1681 | 1289 | Tuesday, February 12, 2019 | Approved |
PowerBI 2.65.5313.1381 | 2408 | Thursday, January 17, 2019 | Approved |
PowerBI 2.65.5313.841 | 1194 | Thursday, January 3, 2019 | Approved |
PowerBI 2.65.5313.701 | 1730 | Saturday, December 15, 2018 | Approved |
PowerBI 2.65.5313.621 | 401 | Wednesday, December 12, 2018 | Approved |
PowerBI 2.64.5285.741 | 1128 | Tuesday, November 20, 2018 | Approved |
PowerBI 2.64.5285.701 | 356 | Saturday, November 17, 2018 | Approved |
PowerBI 2.62.5222.761 | 3065 | Wednesday, September 19, 2018 | Approved |
PowerBI 2.61.5192.541 | 2724 | Wednesday, August 8, 2018 | Approved |
PowerBI 2.60.5169.4101 | 528 | Tuesday, July 31, 2018 | Approved |
PowerBI 2.60.5169.3201 | 529 | Monday, July 23, 2018 | Approved |
PowerBI 2.59.5135.781 | 795 | Thursday, June 28, 2018 | Approved |
PowerBI 2.59.5135.601 | 678 | Friday, June 15, 2018 | Approved |
PowerBI 2.59.5135.421 | 947 | Wednesday, June 6, 2018 | Approved |
PowerBI 2.58.5103.501 | 845 | Tuesday, May 8, 2018 | Approved |
PowerBI 2.57.5068.721 | 827 | Saturday, April 14, 2018 | Approved |
PowerBI 2.57.5068.501 | 549 | Wednesday, April 4, 2018 | Approved |
PowerBI 2.56.5023.1021 | 1108 | Tuesday, March 20, 2018 | Approved |
PowerBI 2.56.5023.942 | 563 | Tuesday, March 13, 2018 | Approved |
PowerBI 2.56.5023.861 | 479 | Thursday, March 8, 2018 | Approved |
PowerBI 2.55.5010.641 | 1003 | Tuesday, February 20, 2018 | Approved |
PowerBI 2.51.4885.701 | 3127 | Thursday, October 12, 2017 | Approved |
PowerBI 2.51.4885.581 | 524 | Tuesday, October 10, 2017 | Approved |
PowerBI 2.51.4885.543 | 517 | Friday, October 6, 2017 | Approved |
PowerBI 2.50.4859.782 | 696 | Friday, September 22, 2017 | Approved |
PowerBI 2.50.4859.502 | 680 | Saturday, September 9, 2017 | Approved |
PowerBI 2.49.4831.521 | 727 | Friday, August 11, 2017 | Approved |
PowerBI 2.48.4792.721 | 782 | Wednesday, July 12, 2017 | Approved |
PowerBI 2.48.4792.481 | 566 | Thursday, July 6, 2017 | Approved |
PowerBI 2.46.4732.721 | 1227 | Tuesday, May 16, 2017 | Approved |
PowerBI 2.46.4732.461 | 819 | Wednesday, May 3, 2017 | Approved |
PowerBI 2.45.4704.722 | 635 | Tuesday, April 18, 2017 | Approved |
PowerBI 2.45.4704.442 | 620 | Tuesday, April 4, 2017 | Approved |
PowerBI 2.44.4675.521 | 1044 | Friday, March 10, 2017 | Approved |
PowerBI 2.44.4675.422 | 332 | Tuesday, March 7, 2017 | Approved |
PowerBI 2.43.4647.541 | 476 | Sunday, February 12, 2017 | Approved |
PowerBI 2.42.4611.901 | 405 | Saturday, January 21, 2017 | Approved |
PowerBI 2.42.4611.701 | 377 | Thursday, January 12, 2017 | Approved |
PowerBI 2.42.4611.482 | 262 | Tuesday, January 10, 2017 | Approved |
PowerBI 2.40.4554.463 | 559 | Friday, November 4, 2016 | Approved |
PowerBI 2.40.4554.421 | 285 | Thursday, November 3, 2016 | Approved |
PowerBI 2.39.4526.362 | 512 | Saturday, October 1, 2016 | Approved |
PowerBI 2.38.4491.282 | 516 | Thursday, August 25, 2016 | Approved |
PowerBI 2.37.4464.602 | 487 | Saturday, August 13, 2016 | Approved |
PowerBI 2.37.4464.461 | 388 | Saturday, August 6, 2016 | Approved |
PowerBI 2.37.4464.361 | 300 | Tuesday, August 2, 2016 | Approved |
PowerBI 2.36.4434.381 | 338 | Thursday, July 7, 2016 | Approved |
PowerBI 2.35.4399.601 | 307 | Sunday, June 19, 2016 | Approved |
PowerBI 2.35.4399.381 | 325 | Monday, May 30, 2016 | Approved |
PowerBI 2.34.4372.501 | 324 | Saturday, May 7, 2016 | Approved |
PowerBI 2.34.4372.322 | 321 | Thursday, April 28, 2016 | Approved |
PowerBI 2.30.4246.281 | 353 | Wednesday, December 23, 2015 | Approved |
PowerBI 2.30.4246.181 | 297 | Thursday, December 17, 2015 | Approved |
PowerBI 2.29.4217.341 | 300 | Sunday, December 6, 2015 | Approved |
PowerBI 2.28.4190.122 | 399 | Saturday, October 24, 2015 | Approved |
PowerBI 2.27.4163.701 | 293 | Sunday, October 4, 2015 | Approved |
PowerBI 2.27.4163.351 | 293 | Saturday, September 26, 2015 | Approved |
PowerBI 2.26.4128.901 | 392 | Sunday, September 20, 2015 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about PowerBI and the PowerBI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or PowerBI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.