Hi All,
I have a dataset as follows:
The requirement is to visualize this data in hourly slots and see a trend of Avg Passenger per Hour, Avg Flights Per Hour with the ability to filter for a date range, journey direction and Terminal
-
Data on an individual date: When we look at the data for a particular date the Avg per hour should basically compute a Sum of the value for Passenger and Flight count


-
However, when we select a range of dates I want the average computed as follows


-
I want to project the results on a bar chart by hour. I am trouble getting this mix of Sum and Average working.
Can the experts in the community help me with some guidance?
Regards,
Giri
