Hello. Can you confirm which version of Excel for Mac you're using (e.g., Excel 365, Excel 2019, etc.)?
Here’s a workaround that works on all versions:
- Add a helper column next to your Pivot Table:
=TEXT(B2,"#,##0") & " (" & TEXT(C2,"0%") & ")"This creates a label like “835 (26%)”. - Select your Pivot Chart, click a bar to select the data series, then:
- Right-click → Add Data Labels
- Right-click again → Format Data Labels
- If available, choose “Value From Cells” and select the helper column.
If "Value From Cells" isn’t shown, your version may not support it for Pivot Charts, in that case, you can:
- Copy the Pivot Table to a normal range.
- Create a standard chart (not Pivot Chart) from that.
- Use the helper column to display both values and percentages.
This allows full control over how your labels appear without relying on PivotChart limitations. Let us know your version and we’ll help further if needed.