问题标签 [pivot-chart]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
5493 浏览

excel - 组合数据透视表中的一些值列

如果我有一个带有单轴和三个值列(来自两个工作表)的数据透视图,我是否可以将这三个值列中的两个组合起来。换句话说,在下面的图表中,我可以合并两个新列吗?

在此处输入图像描述

我尝试过使用分组,但这仅适用于轴,而不适用于值。我尝试交换 x 和 y 轴,但由于它们仍然是 Values 列,我仍然无法对它们进行分组。

0 投票
2 回答
5341 浏览

r - 如何在 R/ggplot2 中创建等效于 Excel 数据透视图的图表

我做了很多数据透视图,但我对 Excel 感到很沮丧。三周前(截至 2015 年 2 月 20 日)我开始学习 R,希望能提高工作效率。有了基本的基础知识,我在我的 R-Studio 中安装了 ggplot2。我搜索了 ggplot2 教程,但找不到任何与我需要的内容相关的内容。

作为 Stack Overflow 的新手,我无法发布图片来说明,但我的数据通常包含 2 个连续变量和 2 个我用作因子的离散变量。我需要计算并绘制一个轴上 Variable.1 的三个重复值的平均值 ± sd(误差条)(作为条形图)加上第二个轴上 Variable.2 的三个重复值的平均值(作为散点图)。

我的问题是:

1) 可以用 R/ggplot2 做到这一点吗?

2) 我在哪里可以找到说明如何操作的说明/教程/等?

我愿意自己去寻找那根针……如果我能找到干草堆就好了!

谢谢!

0 投票
1 回答
39 浏览

excel - 使用 PowerPivot 在一张图表中计算日期。

我正在尝试使用 MS Excel PowerPivot 进行一些分析。我有一张桌子,我们就叫它吧tb_policies。这个表有列start_dateend_date我需要一个图表来显示一段时间内开始和结束的策略计数。

一张图表表示已开始的保单数量,一张表示已结束的保单(可能按月份分组)是没有问题的。但是我怎样才能在不失去关键机会(如动态过滤等)的情况下将它们合二为一?

0 投票
1 回答
712 浏览

excel - 在透视视图中减慢时间线

我一直在 Excel 2013 的 Pivot View 中使用时间轴。在播放轴中我有地方年份。时间线滚动得非常快,以至于我什至无法了解这些年来数据的变化情况。

0 投票
1 回答
1037 浏览

excel - 想要隐藏数据透视图上的过滤器按钮

我有一个带有两个行字段和一个列字段的数据透视表的数据透视图。我想隐藏图表上的一个行字段按钮,但让另一个可见以用作过滤器。我看到,当我右键单击按钮时,隐藏所有轴按钮的选项,但这会删除它们。有没有办法只隐藏一个?我在 VBA 中创建表格和图表,所以如果它只能用代码来完成就可以了。

0 投票
0 回答
64 浏览

excel - 想要限制数据透视图过滤器中的元素数量

我正在 VBA 中创建一个带有相应数据透视图的数据透视表。

我已过滤表中的数据以仅显示前 5 个值,并且图表也仅显示前五个值。但是,如果您单击图表上的字段过滤器按钮,则默认情况下每个值都存在并检查(即使只有五个可见)。

当我想从图表中删除前五个中的一个时,问题就出现了(因为它太大了,以至于抑制了其他数据的可见性)。如果我取消选择该项目,突然间所有其他项目都变得可见,而不是像我想要的那样仅显示其他四个项目。我意识到这是因为在过滤器中检查了所有项目。

我想知道的是为什么默认情况下它们都被检查,即使只有五个是可见的,如果有解决这个问题的方法(过滤器只能显示前五个或至少只检查前五个)?

0 投票
1 回答
297 浏览

excel - Pivot chart (Excel) fails to render the data the way I want

I'm creating a piece of Java code to fill data into an excel file. The file is pre-created, inlcuding a pivot chart and some vba code.

Though the java code works, I have some problems getting the pivot chart itself to work. I've included a screenshot with some demodata. There are several Problems I'd like to solve:

  1. The X-Achis seems to behave like a category-axis, though it is formatted as a date-axis. Symptoms:
    • Dates are not ordered automatically, but only if I order the according column in the pivot-table
    • All dates have the same distance, though there is a gap of 1.5 years in the data
  2. The chartline of cathy has a gap. But i do want the line rendered, even if there are dates without data for cathy

Am I using the wrong chart, did I miss the an important checkbox in the chart options or do I really have to interpolate the data programmatically for every day before filling it into the table?

The last option would be not only be disappointing, but also distort the chart since I want to have the datapoints marked with symbols (like the squares and diamonds on the screenshot)

Any help is appreciated.

Example of my problem

Edit

By now this is my solution:

  • First of all: pivot charts are great, unless you want to visualize randomly ordered dates
  • I'm going to copy the pivot-data via vba into another sheet and use a regular chart
  • Gaps in the chartline can be avoided by using a point-diagram (X/Y-data) and selecting "connect datapoints with line" in the Dialog in "datasource > hidden and empty cells" (roughly translated from the german locale)
  • The vba-code will be extended to set up the diagram to my needs (adjusting range of input data and so on)

Still I'm kind of disappointed. I would have thought this was a usual usecase.

0 投票
0 回答
225 浏览

excel - Excel 数据透视图在刷新时清除数据标签

我在两个不同的数据源上有两个相同的数据透视图(相同的图表模板)。当我点击刷新时,所有数据都有新数据,第一个具有保留格式,第二个缺少数据标签(通常不是全部,而是随机 1 或 2 个集合,共 3 个数据系列)。我不想用用于图表格式的宏来弄乱文件,因为除了一个工作之外,一切都很好。有谁知道为什么会有这种行为?我已经检查了两个 carths 上的选项并且是相同的。感谢所有帮助。

0 投票
1 回答
2054 浏览

excel - 基于行字段的数据透视图系列颜色

透视图及其关联的 vba 的新手。但我正在尝试根据它们所属的省份更改条形图的颜色。我一直无法在图表中使用条件格式,所以我尝试了一个宏。由于我无法上传图片,我的表格看起来有点像这样:

我的数据透视图以条形图的形式显示这些数据,每个条形的颜色相同。我希望所有属于 BC 行字段的系列都显示为黄色,以突出显示它们与其他系列。到目前为止,我一直在手动执行此操作,并且我试图制作一个 vba 宏,但甚至不知道从哪里开始引用图表的 Prov 行字段。

0 投票
0 回答
1402 浏览

excel - 数据透视图中轴上的重复数字

我在 excel 中有一个数据透视图,它显示沿 y 轴的整数值。但是,当这些值小于 5 时,我会得到一些数字的重复值。似乎这恰好填满了整个水平区域。有谁知道我怎样才能避免这种情况?在此处输入图像描述