Add column to GroupNumeric/Date in PivotTables.

This commit is contained in:
James O'Neill
2022-07-14 17:43:55 +01:00
parent 5b4857d7a0
commit 5ab9d6f23f
9 changed files with 110 additions and 2 deletions

View File

@@ -65,6 +65,11 @@ Plus, wiring the [PowerShell ScriptAnalyzer Excel report](https://github.com/dfi
![](.gitbook/assets/ScriptAnalyzerReport.png)
## What's new for 7.1.4
- Added GroupNumericColumn and GroupDateColumn to New-PivotTableDefinition and Add-PivotTable.
## What's new 7.1.3
- Changed to `ProviderPath`. Thanks [Trevor Walker](https://github.com/sporkabob)