Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

PowerShell Export-Csv not as expected

hello, i am trying to export results as a table to a csv   Get-PowerBIWorkspace | Format-table | Export-Csv C:\Users\spaldg\Downloads\wksp.csv -NoTypeInformation   when displayed on screen (wit...