python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Not sure whether to model Tickets as a Fact or Dimension
I have a source with information about TICKETS and about TIME_ENTRIES.
Initially I wanted to model TICKETS as a fact table with measures like first_response_time, resolve-time, and with dimensions lik...
Bart Jonk
Votes: 0
Answers: 1
resolve the ambiguity for the dimensional model for one to many(fact to dimension) ratio
I have a question regarding facts and dimensions.
suppose I have come across a fact table fact_trips - composed of columns like
trip_id ,
driver_id,
vehicle_id,
date ( in the int form - 'YYYYMMDD') ,
...
AdityaT101
Votes: 0
Answers: 1
The ambiguity w.r.t date field in Dim_time
I have come across a fact table fact_trips - composed of columns like
driver_id,
vehicle_id,
date ( in the int form - 'YYYYMMDD')
timestamp (in milliseconds - bigint )
miles,
time_of_trip
I h...
AdityaT101
Votes: 0
Answers: 1