I have a dataset consisting of unique trips (IDs), users_id, and bikes_id and time-stamp trips_id, users_id, and bikes_id are dimensions:
- A trip_id is unique
- A user can have multiple bikes_id and trips_id
- A bike can have multiple rides and multiple users
I would like to show how many rides there are (on average) per user, how many bikes are used (on average) by user and how many rides there are per bike. Is there a calculated field or LoD that can do this calculations? So I can show per week, month or another time period?