PSPowerBITools is a collection of PowerShell cmdlets and functions that provide a convenient way to interact with Microsoft Power BI. It aims to simplify common tasks and automate Power BI operations.
- Explore Power BI workspaces, datasets, reports, and dashboards.
- Manage Power BI data sources and connections.
- And much more!
To install PSPowerBITools, you can use the PowerShell Gallery. Run the following command:
Install-Module -Name PSPowerBITools -Scope CurrentUserTo get started with PSPowerBITools, you can use the Get-Command cmdlet to explore the available cmdlets and functions. For example:
Get-Command -Module PSPowerBIToolsPlease open an issue on the GitHub repository to request a feature or report a bug.