Forum Discussion
zugabe
8 years agoFrequent Visitor
Data structure and performace
Hi, I'm working on a report, which uses kpis from up to 10 different data sources. There are some data preparation steps I do in R. Most of the kpis share the dimensions, so my question is, whe...
Greg_Deckler
8 years agoCommunity Champion
I tend to go with simpler is better. Tabular tends to like denormalizing the data into one big fact table.