What is Data Integration?
The process of combining data from multiple sources into a single, unified view for analysis.
What is Data Modeling?
Structuring data using relationships and logical tables to enable accurate analysis and reporting.
What is Data Cleaning (Data Wrangling)?
The process of fixing, formatting, and preparing raw data by removing errors, duplicates, or inconsistencies.
What is ETL (Extract, Transform, Load)?
A process where data is extracted from sources, transformed (cleaned/reshaped), and loaded into a final system.
What is a KPI (Key Performance Indicator)?
A measurable value that indicates how effectively a company is achieving key business objectives.
What is a Metric?
A quantitative measure used to track performance, not always tied to specific goals.
What is a Dashboard?
A visual display of data summaries, KPIs, and charts used for decision-making.
What is Aggregation?
Summarizing data using functions like SUM, AVERAGE, COUNT, MIN, MAX, etc.
What is Data Visualization?
Representing data graphically using charts, graphs, maps, etc., to make patterns and trends clear.
What is a Filter?
A tool or condition used to display only specific rows or segments of data.
What is a Pivot Table?
A tool in Excel that allows summarizing, analyzing, and rearranging data by rows and columns.
What is DAX (Data Analysis Expressions)?
A formula language in Power BI used to create custom calculations and aggregations.
What are Data Types?
Categories of data like Number, Text, Date, Boolean that define how data is stored and processed.
What is a Relationship (Join)?
A logical link between tables based on a common column (key).
What is Time Intelligence?
The analysis of data across time (e.g., YTD, MTD, QoQ, YoY) for trends and performance.
What is Data Granularity?
The level of detail in the data, such as daily, monthly, or yearly.
What is a Data Source?
The original location where data is stored, such as Excel, SQL, APIs, or cloud services.
What is Null/Blank Data?
Missing or empty values in a dataset.
What is EDA (Exploratory Data Analysis)?
The initial step in analysis where patterns, anomalies, and summaries are explored.
What is Conditional Logic?
Logical expressions like IF/ELSE that assign values or perform calculations based on conditions.
What is Data Refresh?
Updating your reports or dashboards with the latest data from the source.
What is Incremental Refresh?
Refreshing only the new or modified data instead of the entire dataset.
What is Append in Power Query?
Combining tables by stacking them row-wise (adding more records).
What is Merge in Power Query?
Combining tables side-by-side based on a matching key (like a JOIN in SQL).