A job is defined by its date and its jobno. Jobno is reset everyday, i.e. starts from 1 every day.
How do I model this? A fact table, a date and a jobno dimensions? or only a date dimension, and then a fact table with a non-additive (jobno) measure?
Query may include the lowest grain detail, ie. at the job level.