Gurudattap
Technical User
Hi,
We have a requirement where account balances (numeric data) needs to be stored across different balance slabs. E.g. if the bank has 5 customers with following balances
Customer Balance
1 100
2 200
3 200
4 100
5 250
Then we need to generate info like
Size of Acc Balance No of Customers Total Acc Balance
0 - 99 0 0
100-199 2 200
200-299 3 650
What would be the best way to store this summerized data. I have not given here some other dimensions like customer type and time, as they are not important for my question here. Based on my understanding of Facts and Dimensions, Account Balance is the Fact, but the slabs of Account bAlance (Fact Value) is acting like a dimension, how do we handle this situation - are there any good articles that describe more on handling such cases.
Regards,
Gurudatta