Excel帮助将数据构造为枢轴表

发布于 2025-02-03 21:14:35 字数 347 浏览 1 评论 0原文

我正在努力理解如何从我拥有的原始数据中创建一个枢轴表。 我需要这样做的原因是,我可以将列名称用作切片机并进一步创建可过滤饼图,但是对于当前数据集,我不知道如何创建Pivot表。

预期结果: 产品组的区域和饼图的切片机,因此,当我按一个区域时,我会在饼图中获得区域的收入。

我希望我的解释是可以理解的。

I'm struggling to understand how to create a pivot table from raw data i have.
The reason i need to do this is so i can use the column names as slicer and further create filterable pie chart, but with the current data set i have no idea how to create pivot table.

Example table

Expected result:
Slicer for the regions and pie chart for the product groups, so when i press a region i get the revenue for the regions in the pie chart.

I hope my explanation is understandable.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倾其所爱 2025-02-10 21:14:35

因此,我得出的结论是,我必须重组数据。
我所做的是为每个地区的每个产品组计算。

它应该看起来像这样:

”在此处输入图像描述”

之后,从枢轴表中制作枢轴表和饼图很容易,并使用切片机进行区域。

So, i got to the conclusion that i have to restructure my data.
What i did was calculate for each product group its revenue per region.

It should look like this:

enter image description here

Afterwards it was easy to make the pivot table and pie chart from the pivot table, with slicer for regions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文