Top "Pivot-table" questions

A "pivot table" is a method of summarizing data in tabular form.

Simple Pivot Table to Count Unique Values

This seems like a simple Pivot Table to learn with. I would like to do a count of unique values …

excel excel-formula pivot-table
Convert Rows to columns using 'Pivot' in SQL Server

I have read the stuff on MS pivot tables and I am still having problems getting this correct. I have …

sql sql-server pivot pivot-table
PivotTable to show values, not sum of values

I'm wanting to display a pivot table and for it to show me the actual values, one on each row, …

excel if-statement excel-formula excel-2007 pivot-table
MySQL - Rows to Columns

I tried to search posts, but I only found solutions for SQL Server/Access. I need a solution in MySQL (5.…

mysql sql pivot-table etl crosstab
Filter Excel pivot table using VBA

I have tried copying and pasting solutions from the internet forever now to try to filter a pivot table in …

excel filter pivot-table vba
How to SUM parts of a column which have same text value in different column in the same row

I have a column with names and a column with numbers: FirstName Name Number John Smith 17 John Smith 26 Peter Smith 116 …

excel if-statement excel-formula sum pivot-table
Python Pandas : pivot table with aggfunc = count unique distinct

df2 = pd.DataFrame({'X' : ['X1', 'X1', 'X1', 'X1'], 'Y' : ['Y2','Y1','Y1','Y1…

python pandas pivot-table
Ordering issue with date values when creating pivot tables

I have a 2-column spreadsheet which contains Dates and Sales figures as follows: When doing Right click -> Format …

excel date formatting pivot-table
Use formula in custom calculated field in Pivot Table

In Excel Pivot table report there is possibility for user intervention by inserting "Calculated Field" so that user can further …

excel excel-2010 pivot-table
How to change pivot table data source in Excel?

I want to change it from one database to another. There don't appear to be any options to do this …

excel business-intelligence xls pivot-table