How to Plot pivot table in google spreadsheet - pivot

what I want here is something like below where it will plot how many persons are low/medium/high in specific physical traits.

Related

Is there a way to automatically or programmatically insert dynamic errorbars in a pivot-chart in Excel?

I have a pivot-chart that uses averages to plot each of my grouped points. I'd like to add errorbars, but Excel doesn't seem to support automatic errorbar generation (or does it?).
Should I just generate a standard graph / pivot-chart all in VBA to include this capability? I'd be losing most of the nice slicer features (if the standard chart is the solution) and it makes me sad...
EDIT: Let's look at an example!
Here is a picture of a pivot-chart I made using data from a table in another sheet.
Example
I'd like to add errorbars that are automatically calculated form the standard deviation of the mean. But since a new mean is calculted each time I filter my pivot for a specific combination of filtered fields, then I can't just add errorbars manually each time I change the filtering of my data!

Excel Pie-Chart in categories

Basically the pie chart should display the data categorized by the category/color, showing each of the entries proportional to the value it has compared to the others. Data labels will have the name as well as the percentage.
Sadly I could not get that to work in Excel as I wasn't able to categorize the different entries by their category/color.
Please see the pictures below to see what result I'm trying to achieve for the given data.
[
[
not an expert with graphs, but make a pivot pie chart. manually set the color of each category as you please. on the pivot table you can drag the order around to force them to be together if they are separate. this isn't the best way, but you can get by on it.

Power Bi Dates in Chart

I am trying to solve this problem, I have a table with company_name , articles and each one of them has a price and amount, with a certain date. So this article could be ordered many times. At the end it looks something like this:
Company Article Price Amount Date
----------------------------------------------------
X A1 10 3 12.03.2015
Y B1 20 5 10.01.2014
Z A1 30 9 25.12.2014
... ... ... ... ...
The problem that i want to represent that in Power Bi and most of the charts the do take the Sum of the Axises , I want the X to be dates (Without Aggregation) and the Y to be the Prise beside the Article with its size which is the Amount.
I would go for the Scatter Chart but I do not want the time line becuase I do need to show the dates on the X. So I thought I could do anything with the database so to add or aggregate anything. But I have no Idea how to do that ....
There is no way in Power BI for a scatter chart to use an attribute like "date" (or "category") on an axis.
A scatter chart in Power BI plots your data against 2 measures (one on each axis). Measures, unlike attributes, are aggregated. This is why, when you put a date on a scatter chart axis, Power BI turns it into a "Count of Date" measure - as that's the only way to aggregate a date. (If date represented a length of time, then you could convert the length into a number and plot using that - but that isn't what you're trying to do.)
Note that when you look at the Wikipedia page for Scatter plots, the examples shown match how Power BI works: 2 variables plotted against each other.
It sounds like what you're looking for is more of a column chart, but instead of columns, you want bubbles of different sizes. Power BI doesn't have anything like this right now. There are a few ideas you could vote for that might be relevant to what you're trying to accomplish:
Allow nonaggregrated data in Scatter Charts
Allow For Time-Series Data to Be Displayed on a Scatter Plot
X Y scatter chart would be a great addition. X axis that doesn't have to be an aggregate
Unfortunately, I don't have a good alternative suggestion for what you want to do using Power BI as it is today. I would recommend thinking about exactly what you're trying to show. Sometimes putting too much data on one chart makes the chart harder to understand. Column charts are boring, but they are effective. Power BI supports cross-filtering, slicers, legends & drill-downs which, with some interactivity, can allow for a lot of information to be gleaned from a single chart.
Ignore my American date formats. While I can't chart Amount, Company, Article, Date & Price all in one chart, I can do 2 charts that cross-filter each other. Alternatively, I can do a drill-down from company to article to date. Power BI has a lot of options, depending on what information you want people to take away from your charts.
Another thing to note is that Power BI is not a graphing tool (like Excel, for example). Power BI is geared towards aggregating data and providing insights based on those aggregations. If your requirements involve no aggregation, but rather plotting points directly onto a chart, it's good to consider whether Power BI is the best tool.
I know this doesn't really answer your question, but thought an answer would be more helpful than none. A picture of your desired output would have helped a lot too.

plot two data sets on same chart

I have a two sets of data that I wish to plot on the same chart in Excel 2013.
The first data set is time series data and has about 100 daily observations. I would like to plot this as a line chart.
The second data set only has 6 data points & I wish to plot these as a column. Is this possible when the number of observation in each data set are different?
I know it can be done if you have the same number of observations in both data sets.
You will make things easier if you give them the same categories and use blanks to skip missing entries. Excel is not very smart about matching categories between different sets of data unless you are using scatter plots.

Organizing and plotting data from machine taking multiple readings

I am trying to organize a workbook generated from data retrieved from an analog pressure meter. It takes a reading of different pressures at different times and spits out a row in an excel table. For instance a couple rows will look like
[series 1][time 1][data]
[series 2][time 1][data]
[series 1][time 2][data]
How do I plot this data on a line graph so that each series is plotted on a separate line?
I would like to know a general way to do this so I can record a macro that does it automatically. Thank you for your help

Resources