Skip to content

Releases: samaguire/PowerBINotebooks

Power BI Notebooks v1.6.1

04 Jul 00:16
Compare
Choose a tag to compare

Notebooks

Async Refresh

Uses PowerShell to connect to the Power BI Service and trigger a customised dataset refresh using the Power BI API.

Add Calculation Group

Uses PowerShell to connect to an Analysis Services Tabular instance and make Calculation Group related modifications.

Credit to Phil Seamark with his blog Using PowerShell to create Calculation Groups in Power BI Desktop that inspired this notebook.

Changes

Updated

Add Calculation Group

  • Added parameters for adding/modifying the 'Format String Expression' on a calculation group item.

Power BI Notebooks v1.6.0

01 Jul 05:25
Compare
Choose a tag to compare

Notebooks

Async Refresh

Uses PowerShell to connect to the Power BI Service and trigger a customised dataset refresh using the Power BI API.

Add Calculation Group

Uses PowerShell to connect to an Analysis Services Tabular instance and make Calculation Group related modifications.

Credit to Phil Seamark with his blog Using PowerShell to create Calculation Groups in Power BI Desktop that inspired this notebook.

Changes

Updated

Async Refresh

  • Updated logic for installing/updating the MicrosoftPowerBIMgmt module.

Add Calculation Group

  • Updated logic for installing/updating the MicrosoftPowerBIMgmt module.
  • Added a section covering the modification of a calculation group.

Power BI Notebooks v1.5.0

26 Jun 00:05
def7ac2
Compare
Choose a tag to compare

Notebooks

Async Refresh

Uses PowerShell to connect to the Power BI Service and trigger a customised dataset refresh using the Power BI API.

Add Calculation Group

Uses PowerShell to connect to an Analysis Services Tabular instance and make Calculation Group related modifications.

Credit to Phil Seamark with his blog Using PowerShell to create Calculation Groups in Power BI Desktop that inspired this notebook.

Changes

Added

  • Add Calculation Group

Updated

  • Async Refresh

Power BI Notebooks v1.0.0

15 Jun 21:01
4b30c01
Compare
Choose a tag to compare

The initial release

Notebooks

Async Refresh

Uses PowerShell to connect to the Power BI Service and trigger a customised dataset refresh using the Power BI API.