PowerBits icon indicating copy to clipboard operation
PowerBits copied to clipboard

A collection of useful, time-saving tools for working with Microsoft Power BI

Results 10 PowerBits issues
Sort by recently updated
recently updated
newest added

Hi James, Your script was a real help for my daily work with colleagues creating reports online before realising the need the desktop version for advanced features. Lately I have...

This project desperately needs a proper readme file, or possibly a wiki.

documentation
good first issue

# User story As a user, I would like to clone this repo and start using all of its features immediately. I would like to be able to run a...

enhancement

```powershell # Based on [Rui Romano's Set-FabricAuthToken function](https://github.com/RuiRomano/fabricps-pbip/blob/main/FabricPS-PBIP.psm1#L23) $bearerToken = $null $azAccountsModule = (Get-InstalledModule -Name "Az.Accounts" -ErrorAction SilentlyContinue | Out-Null) if($azAccountsModule) { $azSession = (Get-AzAccessToken -ResourceUrl "https://api.fabric.microsoft.com") $bearerToken = $azSession.Token...

maintenance

[The November 2023 Enterprise Data Gateway adds support for New Tenant Registration allowlist](https://powerbi.microsoft.com/en-us/blog/on-premises-data-gateway-november-2023-release/) Scripts: - Get-AllowedRegistrationTenants.ps1 - Set-AllowedRegistrationTenants.ps1 - Add-AllowedRegistrationTenants.ps1 - Remove-AllowedRegistrationTenants.ps1 Use Login-PowerBIServiceAccount to get TenantId if not otherwise...

## User Story **_As a Fabric/Power BI admin, I want an automated process that manages all Fabric/Power BI artifacts in my organization's tenant according to a set of rules that...

enhancement

### Repo - [ ] Create "PwrBts-PSModule" repo - [ ] Transfer this issue to the new repo - [ ] Copy all scripts & functions to the new repo...

enhancement

- [x] 1. Refactor functions into standalone script (`.ps1`) files - [ ] 2. Parameterize all variables that were originally designed to be modified by the user - [ ]...

maintenance

### Enhanced "Publish" button for Power BI Desktop - Retrieve default target Workspace from: - "PublishTo_WorkspaceName" dataset parameter - "PublishTo_WorkspaceName" hidden measure - or other custom metadata field - Prompt...

enhancement
new external tool

Ideas for new functions to help keep the Power BI tenant organized, tidy, secure, compliant with standards and regulations, etc. - Find and remove redundant permissions - Find and archive...

enhancement