Open JKChai opened 1 year ago
Having the same issue, but with it running inside of powershell (either the ISE or the script executed by Powershell.exe). I get all blank values. I get the expected number of items, say 364 event, but all events are blank in the fields.
I am having an issue while calling
Get-PowerBIActivityEvent
cmdlet on PowerShell Extension in Visual Studio Code which returns empty arrays. I ran it on Windows PowerShell terminal, and it works perfectly fine. OtherMicrosoftPowerBIMgmt
cmdlets seem to work fine on PowerShell Extension, thus, I am suspecting that it might just beGet-PowerBIActivityEvent
cmdlet issue. I might be wrong though 😶 and isn't sure if this is a bug issue 🐛.Windows PowerShell Terminal version: 5.1.19041.3031 PowerShell Extension Terminal version: 2023.6.0
MicrosoftPowerBIMgmt info
|Item|Value| |---|---| | version | 1.2.1111 | | Installed Module Path | $HOME\Documents\WindowsPowerShell\Modules |Visual Studio Code info
|Item|Value| |---|---| | Version | 1.80.1 (user setup) | | Electron | 22.3.14 | | Chromium | 108.0.5359.215 | | Node.js | 16.17.1 | | V8 | 10.8.168.25-electron.0 | | OS | Windows_NT x64 10.0.19044 |Actual
The cmdlet returns empty arrays.
Expected
I am expecting the cmdlet to collect the Activity Event data that looks like below which happens to work when running on Windows PowerShell terminal.