abbgrade / PsPowerBi

PsPowerBi connects Power Bi and PowerShell. It gives you PowerShell Cmdlets with the power of Microsoft.PowerBI.Api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PsPowerBi

PsPowerBi connects Power Bi and PowerShell. It gives you PowerShell Cmdlets with the power of Microsoft.PowerBI.Api. For example you can move workspaces to new capacities or remove orphaned datasets and reports.

Installation

This module can be installed from PsGallery.

Install-Module -Name PsPowerBi -Scope CurrentUser

Alternatively it can be build and installed from source.

  1. Install the development dependencies
  2. Download or clone it from GitHub
  3. Run the installation task:
Invoke-Build Install

Usage

TODO

Commands

TODO

Changelog

TODO

Development

Build

The build scripts require InvokeBuild. If it is not installed, install it with the command Install-Module InvokeBuild -Scope CurrentUser.

You can build the module using the VS Code build task or with the command Invoke-Build Build.

About

PsPowerBi connects Power Bi and PowerShell. It gives you PowerShell Cmdlets with the power of Microsoft.PowerBI.Api.

License:MIT License


Languages

Language:C# 79.9%Language:PowerShell 20.1%