【发布时间】:2016-12-08 22:15:33
【问题描述】:
我有下面的原始数据表
表名:RawDataMode Country Month Visitor
Air Switzerland Sep-16 Rob
Air Switzerland Oct-16 Bob
Air Switzerland Nov-16 Ben
Air Rome Sep-16 Zen
Air Rome Sep-16 Jen
Air Rome Oct-16 Todd
Air Rome Nov-16 Ron
Air Italy Sep-16 John
Air Italy Sep-16 Scott
Air Italy Sep-16 Jeff
Air Italy Oct-16 Audrey
Air Italy Nov-16 Steve
Ground Switzerland Sep-16 Rob
Ground Switzerland Oct-16 Russel
Ground Switzerland Oct-16 Zen
Ground Rome Nov-16 Ron
Ground Italy Sep-16 Dan
Ground Italy Oct-16 Timmy
Ground Italy Oct-16 Auidrey
Water Switzerland Sep-16 Peter
Water Switzerland Sep-16 Josh
Water Switzerland Nov-16 Rob
Water Rome Oct-16 Ben
Water Rome Nov-16 Stuart
Water Rome Nov-16 Jen
Water Rome Nov-16 Todd
Water Italy Sep-16 Scott
Water Italy Sep-16 Jeff
Water Italy Sep-16 LOLO
Water Italy Sep-16 Dabbu
Water Italy Nov-16 Danu
Water Italy Oct-16 Randy
Water Italy Oct-16 Demi
根据上面的原始数据,我想创建下面的计数表并绘制它:
表名:DesiredDataCount of Visitors in all Sep, Oct, Nov
Switzerland Rome Italy
Air 3 4 5
Ground 3 2 3
Water 3 4 7
Grandtotal 9 10 15
所以基本上,我试图从“RawData”表上方绘制“DesiredData”表上方。
一旦我有了这个“DesiredData”表,我想使用该表中显示的 Grandtotal 创建一个图表,其中 X 轴为模式,Y 轴为国家/地区
不确定,如何根据上述原始数据创建多个图表。
任何指导将不胜感激。
谢谢
【问题讨论】:
标签: tableau-api