Stephen Maguire
Stephen Maguire
Convert this into a notebook and keep original parallel version https://gist.github.com/samaguire/8c8f490f7b5fecec9f9d7fd44e93ec6a
https://github.com/tirnovar/Power_BI_ScoreCards_Goals_PowerShell
Hi I had an issue on Windows 11 (maybe not windows version specific) where it couldn't install the Microsoft.AnalysisServices.retail.amd64 due to dependancy looping. I fixed this by flagging to SkipDependencies....
https://learn.microsoft.com/en-us/azure/active-directory/develop/msal-authentication-flows https://www.nuget.org/packages/Microsoft.Identity.Client/#versions-body-tab https://community.powerbi.com/t5/Developer/Couldn-t-get-token-with-Net-Core/m-p/233845
Make the AdomdCommand a function / class that can be easily called multiple times
``` Powershell #Requires -Modules PnP.PowerShell # Install-Module -Scope CurrentUser -Name PnP.PowerShell -Force $ErrorActionPreference = 0 # 0 = SilentlyContinue, 1 = Stop, 2 = Continue, 3 = Inquire, 4 =...
You should consider launching the PS scripts using VB Script. There are several advantages to this: - You can launch the PS script in an elevated mode if required -...
I get a "Program terminated: Some Error Occurred!" message instead of a "Warning: Please make sure you are connected to the internet and try again" message when the application is...