PSPivotTable icon indicating copy to clipboard operation
PSPivotTable copied to clipboard

A command to create an Excel-like Pivot table in the PowerShell console.

Results 5 PSPivotTable issues
Sort by recently updated
recently updated
newest added

I'm extremely green with powershell, so hopefully this was done the right way. It seems to be working for me and I figured I would share in case others were...

Would it be possible to add the ability to include totals to an outputted pivottable that was using counts? For example, if I were to start with a data block...

Currently, neither the X nor Y axis comes out in order, even if the data source is. I would greatly appreciate that ability. Thanks!

There doesn't seem to be a way to use the command to handle process objects. For example, I might collect data like this: `$p = get-process -ComputerName chi-p50` It is...

enhancement

Some of the help examples need to be updated.

ToDo Item