Forum Discussion
Merge region data
In this scenario, you have fact data on both region level and city level. You need to build a "parent-child hierarchy" for REGION-CITY so that you can aggregate region itself and its child level together. Please refer to blog below:
Regards,
Thanks for the answer. I read it fluently and I have a question. Analogy with parents is good. If we speak in terms of sales, in my situation children and their parents sell both. And i have the situation:
(Oops! At the screen I should write Bill: 10+1+4+2+1)
Will I reach this goal using parent-child hierarchies?
If yes, I'll study this in more detail.
- v-sihou-msft9 years agoMicrosoft Employee
Yes, you are correct. The aggregation for parent level will include themselves. If the parent level has fact data, it will appear along with child members as well. Like the last image in that link:
You should build the Parent-Child hierarchy for your scenario.
Regards,