I want to create KPI for financial mart. I can create KPI in SSAS and I can calculate KPI in ETL process. Which way has better performance?
Asked
Active
Viewed 332 times
1 Answers
0
Performance wise its always good to do most of the processing at ETL level so that when browsing the cube less processing is involved, and users can get results faster, On the other hand having columns in fact table will increase database size, and cube processing time. It all depends on your business case, see link for more insights.

Niraj
- 1,782
- 1
- 22
- 32