Types of Facts in a Multidimensional Data Model Last Updated : 13 Mar, 2023 Comments Improve Suggest changes Like Article Like Report Multi-dimensional data modeling is a data modeling technique used in data warehouses to organize data in the database in an efficient manner to analyze future trends and patterns. Types of Facts in Multi-dimensional Data ModelingThere are three types of facts in Multi-dimensional data modeling, they are: Additive facts: These facts can be summoned up on any dimension in a database. Example use cases are total profit, revenue, income, or quantity. Usecase-1: If a person gets a profit of 100 units by selling product A and a profit of 500 units by selling product BThe total profit of the person = profit gained by selling product A + profit gained by selling product B100 units + 500 units600 unitsUsecase-2: If a person buys 250 units of product A and buys 300 units of product BThe total amount of quantity the person = quantity of product A + quantity of product B250 units + 300 units550 unitsSemi-Additive facts: These facts can be summoned up on some dimensions and can not be summoned up on other dimensions in a database. Example use cases are inventory levels and bank account balances. Usecase-1: If a person has a balance of 500 units in account A, deposits 1000 units of money in account A, and deposits 400 units of money in account A The total balance in account A = Initial balance + deposit of A + deposit of B500 units(initial balance) + 400 units + 1000 units1900 unitsUsecase-2: If a person has a balance of 500 units in account A, deposit 1000 units of money in account A and deposit 400 units of money in account BThe total balance in account A = Initial balance + deposit of A500 units(initial balance) + 1000 units 1500 unitsbut the result by summing up is 500 units(initial balance) + 1000 units + 400 units = 1900 unitsThe above use cases come under the category of Semi-Additive facts as in some scenarios summing up them, doesn't give accurate results.Non-Additive facts: These are the facts that any dimension in a database cannot summon. Example use cases are profit margin or average temperatures. Usecase-1: If a company has a profit margin on day-1 is 20% and day-2 is 80%. the current profit margin is 80%but, the profit margin by summing up the day-1 and day-2 will be 20% + 80% = 100%The above use case comes under the category of non-Additive facts as they don't give accurate results in any dimension. Comment More infoAdvertise with us Next Article Fact Constellation in Data Warehouse modelling P puzitha23 Follow Improve Article Tags : Data Analysis data mining Data Warehouse Similar Reads Data Mining Multidimensional Association Rule In this article, we are going to discuss Multidimensional Association Rule. Also, we will discuss examples of each. Let's discuss one by one. Multidimensional Association Rules : In Multi dimensional association rule Qualities can be absolute or quantitative. Quantitative characteristics are numeric 2 min read Types of Sources of Data in Data Mining In this post, we will discuss what are different sources of data that are used in data mining process. The data from multiple sources are integrated into a common source known as Data Warehouse. Let's discuss what type of data can be mined: Flat FilesFlat files is defined as data files in text form 6 min read Types of Sources of Data in Data Mining In this post, we will discuss what are different sources of data that are used in data mining process. The data from multiple sources are integrated into a common source known as Data Warehouse. Let's discuss what type of data can be mined: Flat FilesFlat files is defined as data files in text form 6 min read Fact Constellation in Data Warehouse modelling Fact Constellation in Data Warehouse modeling is a schema design that integrates multiple fact tables sharing common dimensions, often referred to as a "Galaxy schema." This approach allows businesses to conduct multi-dimensional analysis across complex datasets. Fact Constellation Schema, also know 6 min read Fact Constellation in Data Warehouse modelling Fact Constellation in Data Warehouse modeling is a schema design that integrates multiple fact tables sharing common dimensions, often referred to as a "Galaxy schema." This approach allows businesses to conduct multi-dimensional analysis across complex datasets. Fact Constellation Schema, also know 6 min read What is Multidimensional Scaling? Multidimensional Scaling (MDS) is a statistical tool that helps discover the connections among objects in lower dimensional space using the canonical similarity or dissimilarity data analysis technique. The article aims to delve into the fundamentals of multidimensional scaling. Table of Content Und 7 min read Like