how could structure datamart tables with the following problems:
Dimension Tables:
Person.
Time ( hour, minute, day, week).
fact Table:
group_of_indicators
The problem is that if I want to get information from a person in a week, I can't add the daily, because this information is obtained differently. In other words, the information is not sumarizable.
Same with all people in a given time, it isn't possible to add each person to get their indicators, because group information is obtained differently.
Is it possible to design a datamart with these restrictions? If the answer is yes How?.
Thanks in advance