PowerBIManager

1.0.1.0

This module is a client to the Power BI REST API. It contains logic for obtaining and using an access token and contains basic wrapper functions.
The Invoke-PBIMethod function enables an easy way to call methods that do not currently have a wrapper function.
The Import-PBIContent function not only supports uploading Power BI desktop files, but also replacing connec
This module is a client to the Power BI REST API. It contains logic for obtaining and using an access token and contains basic wrapper functions.
The Invoke-PBIMethod function enables an easy way to call methods that do not currently have a wrapper function.
The Import-PBIContent function not only supports uploading Power BI desktop files, but also replacing connection information to support an enterprise deployment process.
Show more

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PowerBIManager -RequiredVersion 1.0.1.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PowerBIManager -Version 1.0.1.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Sjoerd van Noort. All rights reserved.

Package Details

Author(s)

  • Sjoerd van Noort

Tags

PowerBI Deployment

Functions

Connect-PBI Invoke-PBIMethod Use-PBIGroup Import-PBIContent Get-PBIGroup Get-PBIReport Get-PBIDataset Get-PBIDashboard Get-PBITile Get-PBIDatasource Set-PBIDatasource Set-PBIDatasetOwner Sync-PBIDataset Use-PBILog Write-PBILogVerbose Write-PBILogInformation Write-PBILogWarning Write-PBILogError

Dependencies

This module has no dependencies.

Release Notes

Added help and examples.
           Added Sync-PBIDataset to push a dataset refresh.
           Added Set-PBIDatasetOwner to take over a dataset.
           Get-PBITile now supports returning tile information for multiple or all dashboards.
           Added Additional logging capabilities

FileList

Version History

Version Downloads Last updated
1.0.1.1 734 3/9/2018
1.0.1.0 (current version) 31 2/28/2018
1.0.0.0 50 1/8/2018