I wanted to build an analysis showing ticket price and # of tickets bought for a spefic air route by different air lines and cabin. Got the following data fields: Airline, (Total) Spend, Ticket count, Cabin type, Price as a measure defined as sum(spend)/sum(ticket count).
The screen shot is what I've been able to build so far. How can I make the line showing number of tickets bought for each cabin from each of the airlines? i.e. havint the same number of data points on the line as the number of columns.
Thanks for any advice