Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.48 KB

install.md

File metadata and controls

43 lines (25 loc) · 1.48 KB
uid title documentId
install/install
Install the Power BI CLI
667ea79f-bc44-4c83-8f0c-e4898aac9e9c

Install the Power BI CLI

The Power BI CLI is available to install in Windows, macOS and Linux environments.

The current version of the Power BI CLI is 1.3.2. For information about the latest release, see the release notes. To find your installed version and see if you need to update, run pbicli --version.

Prerequisites

As the Power BI CLI is using NodeJS you need to download and install the latest LTS version of NodeJS.

  1. Navigate to https://nodejs.org/en/download/

Windows:

  1. Download the correct installation package (Windows/MacOS) or
  2. Install the downloaded package

Linux:

  1. Download and install via a package manager: https://nodejs.org/en/download/package-manager/

Install

After installing NodeJS follow these steps to install the Power BI CLI

  1. Open a terminal window (Cmd/PowerShell/bash/...)
  2. Run the command npm i -g @powerbi-cli/powerbi-cli to install the latest version.

Azure CLI (optional)

The Power BI CLI can use the autorisation flow of Azure CLI. To install the Azure CLI see the documentation: Install the Azure CLI

Next steps

See What is Power BI CLI for the key characteristics.

Feedback