You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Other MicrosoftPowerBIMgmt cmdlets seem to work fine on PowerShell Extension, thus, I am suspecting that it might just be Get-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
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
Visual Studio Code info
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.
The text was updated successfully, but these errors were encountered: