0% found this document useful (0 votes)
125 views19 pages

Microsoft Fabric PDF

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

Microsoft Fabric PDF

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

www.ksrdatavision.

com

Our Social Networks

DATA ANALYST WITH


MICROSOFT
FABRIC
REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com

Our Social Networks

STEP BY STEP APPROACHES TO BECOME A


SUCCESFUL AWS DATA ENGINEERING

Choos your Resgister as a Add free Demo


desired course student Session & 5- day
Free session

Continue Learning Interview Preparation &


by Paying Become a job ready

WHAT YOU WILL GET AFTER COMPLETION OF THIS COURSE

Course Completion Buliding an impressive Client handling Resume Forwarding to


certificate LINKEDIN and Techniques Recruitment Team & Support
NAUKRI Proflie till you get Interview Calls

Building an Impressive Interview Interview Preparation Tips and LMS Platform Access for
ATS Friendly Resume Preparation Tips and Soft Skills and Corporate Office 365 Days (All Recorded
Mock Interviews Etiquette’s Sessions)

Attend 1 Week Free 100% Job Assistance


Sessions

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

Course Curriculum

SQL

Power Bi

Azure

Azure Blob Storage

Azure Datalake Storage

Azure Data Factory

Azure SQL Database

Microsoft Fabric

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com
About KSR Datavizon
Welcome to KSR Datavizon, we are your one-stop solution for all trending technologies. We provide in-depth
knowledge about all trending courses with 100% placement guaranteed. You also will get hands-on
demonstrations, interactive live sessions to learn and grow more on current trending courses like AI,
Machine Learning, Data Science, Cloud Computing, Full stack Development, Cyber Security, Credit Risk
modelling, DevOps, Azure,AWS, PowerBi, Web Development, Data Engineer, ADF, MSBI and Snowflakes and
many more

You also get career guidance, soft skills sessions and resume building and all other interview tips to get settled
in your dream career.

About Structured Query Language (SQL) for Data Science

SQL is a must have skill for every data science professional. This course will
start from basics of databases and structured query language (SQL) and
teach you every thing you would need in any data science profession
including Writing and executing efficient Queries, Joining multiple tables

Getting and appending and manipulating tables

Started
with SQL

Key takeaways from Structured Query Language (SQL)for Data Science


course:

Start using MySQL – the most popular Database Management System


Learn how to perform database tasks in SQL
How to insert, update, and delete records from your database
How to create reports and perform basic analysis using SQL’s
aggregate functions
How to perform efficient joins to fetch your data from multiple tables

END TO END ROAD MAP ON


FULLSTACK POWER BI MS
FABRIC

Click the Link

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

Modules : SQL
Introduction What is SQL?
Brief history of SQL
Why is SQL Important Popular Databases
What Is MySQL?
Introduction to MySQL & MySQL workbench
Install MySQL Database Server
Connect to MySQL Server

Module #2: 2.1 Introduction


2.2 Architecture: Client and Server
Installing MySQL/ 2.3 MySQL Distributions
MariaDB 2.4 Local Installation on Mac
2.5 Local Installation on Linux
2.6 Local Installation on Windows
2.7 Licensing
2.8 Accessing a remote MySQL server 2.9
Graphical user interfaces
Exercise 2
SQL - Installation Guide

Module #3: 3.1 Introduction


3.2 What exactly is SQL?
Getting started 3.3 History of SQL
3.4.1 Connecting to MySQL on Mac
3.4.2 Connecting to MySQL on Windows
3.4.3 Connecting to MySQL on Linux
3.5 Types of Commands - DDL
3.6 Types of Commands - DML
3.7 Types of Commands - DCL
3.8 Exploring databases.
3.9 Creating tables.
3.10 Inserting data in tables.
3.11 SELECT Statement - Introduction
3.12 Datatypes in MySQL
3.13 NULL vs NOT NULL
Exercise 3

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

SQL
Module #4: 4.1 Introduction
4.2 Update command – Concept
Modifying
4.3 Update command – Example
Databases 4.4 Delete command – Concept
structures 4.5 Delete command – Example
4.6 Describe command – Concept
4.7 Describe command – Example
4.8 Alter command – Concept and Example
Exercise 4

Module #5: 5.1 Introduction


5.2 Importing data from CSV to MySQL
Importing and
5.3 Exporting data from MySQL to CSV
Exporting Data 5.4 Backing up databases.
5.5 Restoring databases.
Exercise 5
Importing and Exporting Datasets -
Troubleshooting Guide

Module #6: Data 6.1 Introduction


6.2 Counting Rows and Items
Analysis
6.3 Aggregation Functions – SUM, AVG,
STDDEV
6.4 Extreme Values Identification – MIN, MAX
6.5 Slicing data
6.6 Limiting data
6.7 Sorting data
6.8 Filtering Patterns
6.9 Groupings, Rolling up data and Filtering
in Groups
Exercise 6

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

SQL
Module #7: Real Life 7.1 Introduction
7.2 Data Eyeballing
Project - Descriptive
7.3 Data Dictionary
Analytics of Football 7.4 Questions we need answers of
Players 7.5 Analyzing data and creating table
structure
7.6 Loading data to our MySQL table
7.7 Data Analysis – Simple Queries
7.8 Data Analysis – Advanced Queries
Football Players dataset (cleaned) for
this Project

Module #8: 8.1. Introduction


8.2. The need for joins
Getting Data from
8.3. Different type of joins
Multiple Tables 8.4. The Left Join - Concept
8.5. The Left Join – Practical Example
8.6. The Inner Join
8.7. The Cross Join
8.8. The Right Join
8.9. The Self Join
Why we need Subqueries
Types of Subqueries
What are Subqueries

Module #9: 9.1. Introduction


9.2. Introduction to Indexing
Introduction to
9.3. How indexing works (basics)
Indexing 9.4. Relationships
9.5. Types of Relationships
9.6. Table Constraints – PRIMARY KEY, FOREIGN
KEY, UNIQUENESS and AUTO INCREMENT

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

SQL
Module #10: 10.1 String functions - CONCAT
10.2 String functions – Case Conversion
MySQL built-in
10.3 String functions – Trimming Strings
functions 10.4 String functions – Extracting
Substrings
10.5 Date/ Time functions – Current date
and time
10.6 Date/ Time functions – Extracting
date and time from field
10.7 Date/ Time functions – Formatting
date and time as Strings
10.8 Numeric functions
SQL CheatSheet

Module #11: 11.1 Introduction


11.2 Setting up a virtual environment
Manipulate MySQL
11.3 Installing the required packages
from Python 11.4 Connecting to MySQL
11.5 Connecting to database table and
pulling data
11.6 Querying the database- INSERT
11.7 Querying the database- DELETE
11.8 Querying the database- SEARCH
11.9 Querying the database- INDEXING
11.10 Notes and Resources

Real Life Project - In this project we take a real life dataset of


Descriptive Analytics FIFA19 players and do descriptive analytics
of Football Players on it. We will go step by step as is done in
real life by a data scientist - and we will
walk you through the thought process of
how data is understood, transformed into
a useful format and how we get answers
and insights from our data.

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

Power Bi
About Microsoft Power BI
Microsoft Power BI is considered as the leader amongst the Business
Intelligence platforms, way ahead of other industry giants. With seamless
integration with other Microsoft products, Power BI gives organizations easy
access to connect to various data sources, crunch-numbers, prepare, view,
and publish interactive dashboards. Power BI comes with Power Query and
Data Modeling capabilities that allow users to clean, reshape, transform and
link data from various sources with just a click.

Key takeaways from the Course


Learn about the features of Power BI and explore how can it be
integrated into the current business intelligence framework
Know about some key concepts specific to Power BI (measures and
calculated columns) for performing your tasks
Create your first interactive business intelligence dashboard with Power BI
Storytelling and data security using PowerBI
Learn about transforming the data with Power Query in PowerBI

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

Course curriculum Power Bi


Introduction to Introduction to the course
What is Business Intelligence?
Business Intelligence
Components of BI
and Dashboarding Quiz: Business Intelligence

Getting Started with What is Power BI?


Installation of Power BI
Power BI
Introduction to Power BI Interface

·Building your first Understanding the problem statement


Importing Data in Power BI
Power BI Report
Data View and Formatting the Columns
Building your first Power BI Report
Chart Formatting and Other Visuals
Uploading Reports to Power BI Service
Quiz: Power BI Basics

Data Modeling in What is Data Modeling?


Relationships and Cardinality
Power BI
Creating Calculated Columns
Building Reports with Multiple Tables

·Creating Measures Introduction to Measures


Creating our first Measure
using DAX
Using Measures to perform row-by-row
operations
CALCULATE Function to create Measures
Time Intelligence Functions
Creating Reports with Measures
Quiz: DAX

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

Course curriculum Power Bi


Filters and Hierarchy Filters in Power BI Reports
Hierarchy and Drill modes
in Power BI
Quiz: Filter and Slicers

Parameters and Introduction to Parameters


Parameters in Power BI
What-If Analysis in
Power BI

Elements of Data Data Storytelling


Shapes and Buttons
Storytelling

Data Security and Managing Roles and RLS


Power BI Gateway for Data Refresh
Data Refresh

Data Transformation Introduction to Power Query


Cleaning Data with Power Query - Part I
with Power Query
Cleaning Data with Power Query - Part II

Power Query Editor Case Study 1 - Using Power Query to


Manipulate Data
Case Study 2 - Transpose, Pivot and Unpivot
Case Study 3 - Split Column

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

Course curriculum
Power Bi
Power BI Advanced Grouping
Forecasting
Capabilities
Use of Scatter Plot
How to choose Correct Visuals
Drill through
Conditional Formatting
Report Creation

Power BI Cloud Basics of Power BI Cloud

DAX Are my top 5 customers profitable?


West vs East
Same Period Last Year Analysis

Assessment Assessment (Project)


(Project)

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

Course curriculum Azure Topics


Introduction to Introduction to Cloud Computing
Different cloud platforms Could Services
Cloud Computing
PaaS, IaaS, SaaS

Azure
Azure Azure
Introduction to Azure
Azure Overview
AZURE Free Account
Azure Portal
Azure Services and Applications

Azure Blob
Azure Blob Storage What are Storage account?
How to create blob storage

Azure Datalake
Azure Datalake Data Lake in Azure?
What are storage services and why Data lake in
Storage
Azure

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

Course curriculum Azure Topics


Azure Datalake How to create the Data lake sevices in Azure.
Gen1 vs Gen2 Datalake difference.
Storage
Creation of containers and folders.
Use case in storing large data and integration
of ADF copy activities in Data Lakes

Azure Data Factory


Azure Data Why and what is ETL with its components.
ADF introduction Components of ADF
Factory
Linked Services
Datasets Activity Pipelines
Triggers
Integration runtime and types
End to End Pipeline (ADLS-> ADF -> Azure SQL)

Azure SQL Database


Azure SQL Types of databases
Database pricing
Database
How to create sql database
Database configurations
Pipeline implementation

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

Course curriculum Microsoft Fabric


Introduction What is Microsoft Fabric
to Fabric Components of Microsoft Fabric
Microsoft Fabric terminology
Microsoft Fabric Architecture
Trial Types
Limitations

Fabric Data Engineering


Data Factory
Components
Data Science
Real-Time Analytics

OneLake
OneLake OneLake and lakehouse
Fabric solutions

Future Scope Latest Updates


Known limitations
Future Scope

Copilot Overview of Copilot in Fabric and


Power BI (preview)

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

OUR PLACEMENTS

Mr . Srikanth Reddy k Mr . Sagar Singh Mr . Chintamani


Data Analyst Bi Developer Data Analyst

Mr .Hemasundar Reddy k Mr .Sanjay Kumar Mr .Pulkit


Data Analyst Data Scientist Business Analyst

Mr .Akhil Mr .varun Mr .Manikanta


Data Scientist Business analytics Data Engineer

Mr .Mahesh GR Mr .Meher Kumar Mr .Prasanna


Data Scientist Bi Developer Business analytics

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 89517 96123

OUR PLACEMENTS

Mr .Manoj Mehra Mr .Suhas Mr .Satish Kumar


Data Analyst Business analyst Business analyst

Mr .Inturi Babu Mr .Mehala Rasu Mr .Shrinjay Soni


Data analyst Data Engineer Data analyst

Mr .Vijay Bhaskar Mr .Naresh Kumar Mr .Punithraj


Data analyst Data analyst Data analyst
MNC

Mr .Nishith Ms .Deepthi Mr .Devendra Reddy


Data analyst Data analyst Snowflake Developer
MNC MNC

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
www.ksrdatavision.com \ksrdatavizon +91 99169 61234

HIRING COMPANY

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS
Our Social Networks

END TO END ROAD MAP ON


FULLSTACK POWER BI
WITH MS FABRIC

Click the Link

Get In Touch

R.J.Gardens, Anand Nagar,Aswath Nagar,


Marathahalli, Bengaluru, Karnataka 560037

+91 89517 96123 | +91 89517 85123 | +91 93531 07498

www.ksrdatavision.com
To Join our Courses in
KSR Datavizon

Mon-Fri: 9AM –9PM Register Now

REAL-TIME PROJECTS | GUIDANCE WITH RESUME & INTERVIEW | RICH MATERIAL WITH LIFE TIME ACCESS

You might also like