0% found this document useful (0 votes)
9 views

Planner-Combine

The document outlines a comprehensive training program for data analysis using Power BI, Advanced Excel, Python, and SQL. It includes topics such as data preparation, transformation, modeling, DAX functions, and visualization techniques, along with practical projects for hands-on experience. The curriculum is designed to equip participants with essential skills for data analysis across various platforms.

Uploaded by

ayushparmar1705
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Planner-Combine

The document outlines a comprehensive training program for data analysis using Power BI, Advanced Excel, Python, and SQL. It includes topics such as data preparation, transformation, modeling, DAX functions, and visualization techniques, along with practical projects for hands-on experience. The curriculum is designed to equip participants with essential skills for data analysis across various platforms.

Uploaded by

ayushparmar1705
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 10

PowerBI for Data Analysis - Planner

Day Time Topic

Introduction to Power BI

- What is Power BI?

- Power BI Components (Desktop, Service)

- Installing Power BI Desktop

- Overview of Power BI Interface

Data Preparation: Power Query Basics

- Introduction to Power Query Editor

- Connecting to Data Sources (Excel, CSV)

- Basic Data Cleaning (Removing duplicates, filtering rows/columns)

Data Transformation in Power Query

- Changing Data Types

- Splitting and Merging Columns

- Conditional Columns

Advanced Data Transformation

- Pivoting and Unpivoting

- Custom Columns (M Query basics)

- Managing Queries and Parameters

Introduction to Data Modeling

- Relationships (One-to-One, One-to-Many)

- Star Schema vs Snowflake Schema

Data Modeling Continued

- Creating and Managing Relationships

- Calculated Columns vs Measures

Introduction to DAX

- Basic DAX Functions (SUM, AVERAGE, COUNT)

- Logical Functions (IF, AND, OR)

DAX Text and Date Functions

- Text Functions (CONCATENATE, LEFT, RIGHT)


- Date Functions (YEAR, MONTH, DAY, DATEDIFF)

Time Intelligence in DAX

- TOTALYTD, SAMEPERIODLASTYEAR

- Simple Time Intelligence Calculations

Introduction to Data Visualization

- Types of Visuals (Bar, Line, Pie, Tables, Matrices)

- Formatting Visuals (Titles, Legends, Axes)

Advanced DAX: Context and CALCULATE

- Row Context vs Filter Context

- CALCULATE Function

Advanced DAX: FILTER and ALL Functions

- FILTER Function

- ALL, ALLEXCEPT, ALLSELECTED Functions

Advanced DAX: Variables and Time Intelligence

- Variables in DAX

- Moving Averages, Cumulative Totals

Interactive Visualizations

- Slicers, Filters, Drillthrough

- Tooltips and Custom Tooltips

Custom Visuals and Best Practices

- Custom Visuals from Marketplace

- Best Practices for Data Visualization

Project 1: Sales Analysis

- Build a sales dashboard

- Analyze sales trends, top products, and regions

Project 2: Financial Reporting

- Create a financial report with KPIs

- Use time intelligence for YTD comparisons

Project 3: Customer Segmentation


- Analyze customer data and create segments

- Use DAX for advanced calculations

Project 4: Supply Chain Analytics

- Build a supply chain dashboard

- Analyze inventory, delivery times, and supplier performance

Review and Practice

- Revise key concepts

- Practice DAX and visualization techniques


Advance Excel for Data Analysis

Date Time
Advance Excel for Data Analysis

Topic

Overview of Excel Interface, Basic Excel Operations (Entering and


Formatting Data)

Sorting and Filtering Data, Using Keyboard Shortcuts

Handling Missing Data (Duplicates, IF, ISBLANK, IFERROR)

Text Functions for Cleaning (TRIM, CLEAN, LEFT, RIGHT, MID, etc.)

Data Validation (Drop-Down Lists, Validation Rules), Find and Replace

Logical Functions (IF, AND, OR, NOT)

Lookup Functions (VLOOKUP, HLOOKUP, INDEX, MATCH, XLOOKUP)

Date and Time Functions (TODAY, NOW, DATEDIF, NETWORKDAYS)

Introduction to PivotTables (Creating, Customizing, Grouping Data)

PivotTable Calculations (Calculated Fields, Slicers, Timelines)

Creating Charts (Bar, Line, Pie, Scatter Plots), Customizing Chart Elements

Conditional Formatting (Highlighting Cells, Data Bars, Icon Sets)

What-If Analysis (Goal Seek, Data Tables, Scenario Manager)

Solver (Setting Up and Solving Optimization Problems)

Power Query (Get & Transform - Importing, Transforming, Merging Data)

Descriptive Statistics (Analysis ToolPak, Mean, Median, Variance, Std Dev)

Correlation and Regression Analysis (Scatter Plots, Trendlines, Correlation)


Introduction to Macros (Recording)

Case Study 1 (Sales Data Analysis)

Case Study 2 (HR Data Analysis)

Case Study 3 (Financial Data Analysis)


Data Analysis with Python: Date, Time, and Topic Planner

Date Time Topic

Python Basics (Syntax, Variables, Data Types, Control


Structures)
Functions, Modules and Introduction to Jupyter Notebook
Overview of Python Libraries (NumPy, Pandas, Matplotlib,
Seaborn)
NumPy Basics (Arrays, Array Operations, Indexing)

NumPy Mathematical Operations

Pandas Basics (Series, DataFrames, Reading/Writing Data)


Data Cleaning with Pandas (Handling Missing Data, Removing
Duplicates)
Data Transformation (Merging, Joining, Reshaping Data)
Matplotlib Basics (Line Plots, Bar Plots, Scatter Plots,
Histograms)
Customizing Plots (Titles, Labels, Legends)

Seaborn Basics (Heatmaps, Pair Plots, Violin Plots)

Styling and Themes in Seaborn

Exploratory Data Analysis (Descriptive Statistics, Correlation)

Data Summarization (GroupBy, Pivot Tables)

Handling Outliers (Detecting and Treating Outliers)

Probability Distributions (Normal, Binomial, Poisson)

Hypothesis Testing (t-Tests, Chi-Square Tests, ANOVA)

Regression Analysis (Linear Regression, Logistic Regression)


Time Series Analysis (DateTime Data, Resampling, Rolling
Windows)
Text Data Analysis (Text Preprocessing, Sentiment Analysis)

Dimensionality Reduction (Principal Component Analysis - PCA)

Introduction to Scikit-Learn (Machine Learning Workflow)

Supervised Learning (Classification and Regression Basics)


Unsupervised Learning (Clustering - K-Means, Hierarchical
Clustering)
Real-World Project 1 (Social Media Data Analysis)

Real-World Project 2 (Sales Data Analysis)

Real-World Project 3 (Financial Data Analysis)


Sql for Data Analysis

Day Time
Sql for Data Analysis

Topic

Introduction to SQL and Databases

Understanding Relational Databases, Tables, and Schemas

DDL Commands: CREATE, ALTER, DROP, TRUNCATE, RENAME

DML Commands: SELECT, INSERT, UPDATE, DELETE

Filtering Data: WHERE Clause, Operators, and Conditional Logic

Sorting and Aggregating Data: ORDER BY, GROUP BY, HAVING, Aggregate Functions (COUNT, SUM, AVG, etc.)

Joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN, CROSS JOIN

Subqueries and Nested Queries

TCL Commands: COMMIT, ROLLBACK, SAVEPOINT

DCL Commands: GRANT, REVOKE

Advanced SQL: Window Functions (ROW_NUMBER, RANK, DENSE_RANK, PARTITION BY)

Indexing and Optimization: Creating Indexes, Query Optimization

Working with Views and Stored Procedures

Final Project: Querying and Analyzing a Real-World Dataset

You might also like