A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello,
re 1: I copied the pivot table and paste with paste special > values. Then I copied and pasted each unit's values into a new column. This can be automated with VBA or formulas, though.
re 2: The pivot table and any slicers applied to it will not have any impact on this table and chart. If you use different filters, you will need to copy and paste the resulting pivot table again. This can be automated with VBA.
re 3. Each column is a series. Excel plots each series in a different color. The color depends on the series number, not the series title. The first series will be colored with Accent1 of the current theme. Series 2 will get Accent2 of the current theme.
If series are deleted after the chart has been created, each series will retain the color it was originally assigned.
If you want a specific unit to always have a specific color, you may want to ensure that the unit is always the same series number.