Forum Discussion
Data Mart vs separate Semantic Models
- 2 years ago
Hi,
You're right, using a central Data Mart for your scenario would be much more efficient than running separate ETL queries on each semantic model.
Some points need to consider :-Complexity of Transformation,Data Security,Data Volume.
Overall, using a Data Mart is the recommended approach for your scenario with multiple reports relying on the same API data - Anonymous2 years ago
Hi harrisfs
Best Practices:
Common Measures in Data Mart: For measures common across multiple reports and not subject to frequent changes, pre-calculate these in the data mart. Examples might include total sales, average revenue per user (ARPU), or year-over-year growth.
Report-Specific Measures in Reports: For calculations that are specific to a report or need to be dynamic/interactive (such as filters affecting calculations), define these measures within the report's semantic model.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
You're right, using a central Data Mart for your scenario would be much more efficient than running separate ETL queries on each semantic model.
Some points need to consider :-Complexity of Transformation,Data Security,Data Volume.
Overall, using a Data Mart is the recommended approach for your scenario with multiple reports relying on the same API data
Thanks for the answer! In case you have worked with data marts, what would you say is the most efficient ways to handle measures? Put them in the mart or have them separately?
- Anonymous2 years agoNot applicable
Hi harrisfs
Best Practices:
Common Measures in Data Mart: For measures common across multiple reports and not subject to frequent changes, pre-calculate these in the data mart. Examples might include total sales, average revenue per user (ARPU), or year-over-year growth.
Report-Specific Measures in Reports: For calculations that are specific to a report or need to be dynamic/interactive (such as filters affecting calculations), define these measures within the report's semantic model.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.