Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

10,824

Downloads of v 15.7.01704.0001:

928

Last Update:

08 Sep 2021

Package Maintainer(s):

Software Author(s):

  • Microsoft

Tags:

powerbi-reportbuilder power bi data analytics visualize report

Power BI Report Builder (Install)

This is not the latest version of Power BI Report Builder (Install) available.

  • 1
  • 2
  • 3

15.7.01704.0001 | Updated: 08 Sep 2021

Downloads:

10,824

Downloads of v 15.7.01704.0001:

928

Maintainer(s):

Software Author(s):

  • Microsoft

Power BI Report Builder (Install) 15.7.01704.0001

This is not the latest version of Power BI Report Builder (Install) available.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Dependencies require reboot

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Power BI Report Builder (Install), run the following command from the command line or from PowerShell:

>

To upgrade Power BI Report Builder (Install), run the following command from the command line or from PowerShell:

>

To uninstall Power BI Report Builder (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

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://community.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

3. Copy Your Script

choco upgrade powerbi-reportbuilder -y --source="'INTERNAL REPO URL'" --version="'15.7.01704.0001'" [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-reportbuilder -y --source="'INTERNAL REPO URL'" --version="'15.7.01704.0001'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install powerbi-reportbuilder
  win_chocolatey:
    name: powerbi-reportbuilder
    version: '15.7.01704.0001'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'powerbi-reportbuilder' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '15.7.01704.0001'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller powerbi-reportbuilder
{
    Name     = "powerbi-reportbuilder"
    Version  = "15.7.01704.0001"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'powerbi-reportbuilder':
  ensure   => '15.7.01704.0001',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 08 Sep 2021.

Description

Power BI Report Builder is a tool for authoring paginated reports that you can publish to the Power BI service. When you design a paginated report, you're creating a report definition that specifies what data to retrieve, where to get it, and how to display it. When you run the report, the report processor takes the report definition you have specified, retrieves the data, and combines it with the report layout to generate the report. You preview your report in Report Builder. Then publish your report to the Power BI service.

Example report

Jump-start report creation

  • Start with the Table, Matrix, or Chart wizard.
  • Start with the Map wizard to create reports that display aggregated data against a geographic or geometric background.

Design your report

  • Create paginated reports with table, matrix, chart, and free-form report layouts.
  • Report from a variety of data sources.
  • Modify existing reports.
  • Modify your data.
  • Add charts, gauges, sparklines, and indicators.
  • Add interactive features such as document maps, show/hide buttons, and drillthrough links.
  • Embed or reference images and other resources, including external content.

Manage your report

  • Save the definition of the report.
  • Choose a presentation format including MHTML, PDF, XML, CSV, Word, and Excel.
  • Set up subscriptions.

Language options

By default this package will install the English (US) language release of Power Bi Report Builder. Other language installations can be requested using the Language Package Parameter. The following languages are available:

  • zh-CN -- Chinese (Simplified)
  • zh-TW -- Chinese (Traditional)
  • cs-CZ -- Czech
  • da-DK -- Danish
  • nl-NL -- Dutch
  • fi-FI -- Finnish
  • fr-FR -- French
  • de-DE -- German
  • el-GR -- Greek
  • hu-HU -- Hungarian
  • it-IT -- Italian
  • ja-JP -- Japanese
  • ko-KR -- Korean
  • nb-NO -- Norwegian (Bokmål)
  • pl-PL -- Polish
  • pt-BR -- Portuguese (Brazil)
  • pt-PT -- Portuguese (Portugal)
  • ru-RU -- Russian
  • es-ES -- Spanish
  • sv-SE -- Swedish
  • tr-TR -- Turkish

Example: choco install powerbi-reportbuilder --params="'/Language:es-ES'"


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$packageArgs = @{
   packageName    = $env:ChocolateyPackageName
   url            = 'https://download.microsoft.com/download/F/F/9/FF945E45-7D61-49DD-B982-C5D93D3FB0CF/PowerBiReportBuilder.en-US.msi'
   checksum       = '0d30c55cb61c77797bc2cc6998117143b218947f6abbdabfc8e15bdb48e859d1'
   checksumType   = 'SHA256'
   fileType       = 'MSI'
   silentArgs    = "/qn /norestart /l*v `"$($env:TEMP)\$($env:ChocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`" ALLUSERS=1"
   validExitCodes = @(0, 3010, 1641)
}

$pp = Get-PackageParameters

if ($pp['Language']) { 
   Write-Host "Language code '$($pp['Language'])' requested." -ForegroundColor Cyan
   $toolsDir   = Split-Path -parent $MyInvocation.MyCommand.Definition
   $Lang = Import-Csv "$toolsDir\LanguageChecksums.csv" -Delimiter '|' | 
               Where-Object {$_.Code -eq $pp['Language']}
   if ($Lang.URL -and $Lang.SHA256) {
      Write-Host "$($Lang.Language) download url and checksum identified." -ForegroundColor Cyan
      $packageArgs.url = $Lang.URL
      $packageArgs.checksum = $Lang.SHA256
   } else {
      Write-Warning "Dowload URL and/or checksum for '$($pp['Language'])' not found!"
      Write-Warning "Default English (US) language will be installed."
   }
} 

Install-ChocolateyPackage @packageArgs
tools\LanguageChecksums.csv
Code|Language|URL|SHA256
cs-CZ|Čeština|https://download.microsoft.com/download/4/C/0/4C01AA91-8C68-433B-9606-D7D13B8E9C63/PowerBiReportBuilder.cs.msi|92acada21077b7b7aeb44c644a82ed625c0138b7da784770ef8b8ed48ab84b4c
da-DK|Dansk|https://download.microsoft.com/download/8/5/9/859F4071-C368-47AD-92C2-ABFAFFA7DCE2/PowerBiReportBuilder.da.msi|9607b9915364be15b053ed4c85982bf3d79e5b9314a9f65ac8bcd534c29f76d8
de-DE|Deutsch|https://download.microsoft.com/download/3/E/A/3EA77711-2DDF-47C3-AE2A-7D374E44CE56/PowerBiReportBuilder.de.msi|3f07e1461ba929a07d57d7b5cbb8e47ffd584873feffc42b666961bdc511c539
es-ES|Español|https://download.microsoft.com/download/7/8/8/788C927D-3888-43EA-8A35-92F5ADF498A2/PowerBiReportBuilder.es.msi|5e761a7b74cfd658a8aa4a278bbda99dda37868981ad91a61b5de3346f8a2b2b
fr-FR|Français|https://download.microsoft.com/download/E/F/7/EF71C2EB-7BFB-4903-A906-31A4763D6001/PowerBiReportBuilder.fr.msi|c9a93662123344a6b65a587188f4402b833809649f5e0a0b121190305b697e64
it-IT|Italiano|https://download.microsoft.com/download/C/8/5/C85B6B0E-9320-45B1-A85B-3A6B84408761/PowerBiReportBuilder.it.msi|8459699aacaa488a4f65f17827c9a5c9919b6489f3f2e7e594560a2b9e4ae0e6
hu-HU|magyar|https://download.microsoft.com/download/1/0/E/10E133B0-6331-44AA-8757-F7E5B87359B0/PowerBiReportBuilder.hu.msi|a35deb589fd53395dbacef53c2a014e88a187c6b3d22664fdce1d68e104bdbaf
nl-NL|Nederlands|https://download.microsoft.com/download/B/5/7/B57313FE-619F-464E-89B2-072F70541812/PowerBiReportBuilder.nl.msi|34fe77c08b1cdca3fd21c87489f8b8250280a561d479b17fde9cde7f999cd4a8
nb-NO|Norsk (Bokmål)|https://download.microsoft.com/download/D/0/B/D0B38A97-2655-4904-B4BA-CE6C11F35004/PowerBiReportBuilder.no.msi|57c702cece2ef497b8fcc7b5c78298425404491cc0ebfae8600e2e244c8886f0
pl-PL|Polski|https://download.microsoft.com/download/D/0/3/D03A7628-2367-43E9-8054-81C9FCA0B49D/PowerBiReportBuilder.pl.msi|60ab6351ea17c12a5a9e8fb084d4a0d68a41da79c0a6d810f4caf21824eaa7c6
pt-BR|Português (Brasil)|https://download.microsoft.com/download/7/3/2/73229C9F-BD26-4FE1-95B5-179AB678071D/PowerBiReportBuilder.pt-BR.msi|4a5b477a9eb41420786cabad23ea805ab003a9c8d85fe3196924d9996e47aafd
pt-PT|Português (Portugal)|https://download.microsoft.com/download/D/6/B/D6B74581-3F39-4C93-AF9E-9940F942445D/PowerBiReportBuilder.pt-PT.msi|72c789b255b2396106fab65f84ef1b075d02e4098be0fd11f18476f173895243
fi-FI|suomi|https://download.microsoft.com/download/B/D/D/BDDC7CE1-5C08-4781-B862-2CECBA5933EA/PowerBiReportBuilder.fi.msi|a1be3a217ef74c19c26c4c544c8dad09b62c7abaea6558298720ed8c9bb6480a
sv-SE|Svenska|https://download.microsoft.com/download/6/3/F/63F67893-0601-4EFA-A9FE-923B11F81999/PowerBiReportBuilder.sv.msi|fe7c7eb1341edc3f44f5cd6baf96ec924074420c70314f220d5a671599961a6c
tr-TR|Türkçe|https://download.microsoft.com/download/3/B/A/3BA865A8-3BF8-4157-A40E-A50FFDA33696/PowerBiReportBuilder.tr.msi|93cee1a1aac637e1a84aad1e5c1f4c511ba021f87e51a4ef317005d53359a373
el-GR|Ελληνικά|https://download.microsoft.com/download/2/F/3/2F35E240-0929-41C6-9B8A-E2C28ADABA64/PowerBiReportBuilder.el.msi|74ed96066bbe2e6b758f90ba69599fb4e02590af448d1857d9969e4c0f31e5bd
ru-RU|Русский|https://download.microsoft.com/download/1/C/1/1C1F1668-CE6A-4422-B2B7-5A94ED970410/PowerBiReportBuilder.ru.msi|7a29aa9fc00b0c89372c1762dd078112756fb93807bb4738e2b43931bed8e135
ko-KR|한국어|https://download.microsoft.com/download/F/C/D/FCDA2623-FCCD-4768-913C-747531474126/PowerBiReportBuilder.ko.msi|4142eda3e0ef840c29d33553793e567ded7f954ddfc59df622cbd36016af2c79
zh-CN|中文(简体)|https://download.microsoft.com/download/B/8/D/B8D7D0BC-4FA6-471D-9D85-DE937AE6459D/PowerBiReportBuilder.zh-HANS.msi|c1b6e9b996f5ba755fea96bdbd29a51f76c653458348817d0cc43e8470f29eee
zh-TW|中文(繁體)|https://download.microsoft.com/download/B/E/0/BE01154C-9DC3-44B4-A29E-B333C3280589/PowerBiReportBuilder.zh-HANT.msi|1fe57ad822a342ba6e408ac3037aaa1851bf194c1259499dfaba792f13d95ee5
ja-JP|日本語|https://download.microsoft.com/download/8/2/2/822D029D-F1F2-4918-85A0-25F5E5222DD0/PowerBiReportBuilder.ja.msi|6f13ddeccce58e348b419f3e4b71eb31fef6822722c800a7ee16bb24278480a1

Log in or click on link to see number of positives.

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.

Add to Builder Version Downloads Last Updated Status
Power BI Report Builder (Install) 15.7.1806.11 2016 Thursday, August 10, 2023 Approved
Power BI Report Builder (Install) 15.7.1804.21 861 Friday, June 30, 2023 Approved
Power BI Report Builder (Install) 15.7.1803.54 266 Friday, June 16, 2023 Approved
Power BI Report Builder (Install) 15.7.1802.126 582 Sunday, April 16, 2023 Approved
Power BI Report Builder (Install) 15.7.1801.18 884 Saturday, December 3, 2022 Approved
Power BI Report Builder (Install) 15.7.1800.11 326 Saturday, November 5, 2022 Approved
Power BI Report Builder (Install) 15.7.1799.16 556 Tuesday, August 30, 2022 Approved
Power BI Report Builder (Install) 15.7.1798.91 384 Saturday, July 23, 2022 Approved
Power BI Report Builder (Install) 15.7.1797.84 773 Friday, April 15, 2022 Approved
Power BI Report Builder (Install) 15.7.01796.0001 2030 Wednesday, December 29, 2021 Approved
Power BI Report Builder (Install) 15.7.1740.0001 394 Monday, October 18, 2021 Approved
Power BI Report Builder (Install) 15.7.01704.0001 928 Wednesday, September 8, 2021 Approved
Power BI Report Builder (Install) 15.7.01678.0001 154 Saturday, August 7, 2021 Approved
Power BI Report Builder (Install) 15.6.01628.0002 112 Wednesday, July 21, 2021 Approved
powerbi-reportbuilder (Install) 15.6.01613.0002 82 Saturday, June 12, 2021 Approved
powerbi-reportbuilder (Install) 15.6.01532.0005 243 Thursday, March 18, 2021 Approved

Discussion for the Power BI Report Builder (Install) Package

Ground Rules:

  • This discussion is only about Power BI Report Builder (Install) and the Power BI Report Builder (Install) 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 Power BI Report Builder (Install), 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.
comments powered by Disqus