Forum Discussion
Rb_01
Mar 26, 2020Copper Contributor
Synchronize the colors of multiple PivotCharts
Hello everyone, I created an automated Excel system which allows with a simple database extraction to feed a report mainly composed of pivot charts. I added segments to sort the data by weeks / m...
- Mar 26, 2020
Rb_01 If you use PowerPivot and a properly designed data model you can set the pivottables to display rows with no data (they would appear in a chart as zero-width bars). Filtering then does not affect the displayed categories and hence the colors stay the same. See attached example.
JKPieterse
Mar 26, 2020Silver Contributor
Rb_01 If you use PowerPivot and a properly designed data model you can set the pivottables to display rows with no data (they would appear in a chart as zero-width bars). Filtering then does not affect the displayed categories and hence the colors stay the same. See attached example.
Rb_01
Mar 26, 2020Copper Contributor
JKPieterse that's exactly what i needed, you have my thanks.