Business Analyst Online Training (LIVE, Practical, Interactive)

This Business Analyst course from SQL School will transform you into a Business Analyst expert. In this Business Analyst course, you will learn the latest analytics tools and techniques, how to work with SQL databases, the art of creating data visualizations, and how to apply statistics and predictive analytics in a business environment in addition to Mock Interviews, Resume Guidance, Concept wise Interview FAQs and ONE Real-time Project.


SQL School Training Courses

SQL Server & T-SQL Schedules
S No Time (IST, Mon - Fri) Start Date  
1 6 AM - 7 AM Dec 5th Register
2 8 AM - 9 AM Dec 13th Register
3 6 PM - 7 PM Jan 3rd Register
4 8 PM - 9 PM Jan 22nd Register
5 9 PM - 10 PM Dec 19th Register
Power BI Training Schedules
S No Time (IST, Mon - Fri) Start Date  
6 8 AM - 9 AM Jan 3rd Register
7 6 PM - 7 PM Dec 11th Register
8 8 PM - 9 PM Nov 28th Register

If above schedules does not work for you, please register for Business Analyst Training Videos

Business Analyst Training Course Contents:

Ch 1: DATABASE INTRODUCTION

  • Databases Introduction & Purpose
  • Database Types : OLTP, DWH, OLAP
  • Microsoft SQL Server Advantages, Use
  • SQL Server Components and Usage
  • Microsoft SQL Server - Career Options
  • Developer, DBA, Data Engineer
  • Data Analyst, Data Scientist Careers
  • SQL : Purpose, Real-time Usage Options
  • SQL Versus Microsoft T-SQL [MSSQL]
  • Course Plan, Real-time Project, Resume
  • 24 x 7 Online Lab for Remote DB Access
  • Versions and Editions of SQL Server
  • SQL Server Pre-requisites : S/W, H/W
  • System Configuration Checker Tool

Ch 5: SQL Basics - 3, TSQL INTRO

  • Database Objects : Tables and Schemas
  • Schemas : Group Tables in Database
  • Schemas : Security Management Object
  • Creating Schemas & Batch Concept
  • Using Schemas for Table Creation
  • Data Storage in Tables with Schemas
  • Data Retrieval & Usage with Schemas
  • Table Migrations across Schemas
  • Import and Export Wizard in SSMS
  • Data Imports with Excel File Data
  • Performing Bulk Operations in SSMS
  • Temporary Tables : Real-time Use
  • Local and Global Temporary Tables
  • # and ## Prefix, Scope of Usage

Ch 9: Functions, Procedures Basics

  • Functions with SQL Server, TSQL
  • Scalar, Inline, Table Functions
  • Variables: Declare, Real-time Use
  • Creating, Executing Functions
  • Functions for Computations
  • Functions for Parameterized Joins
  • Procedures: Usage in Real-time
  • Using Parameters in SQL Server
  • Parameterized Joins in TSQL
  • Compilation with Stored Procedures
  • sp_help, sp_helptext, sp_helpindex
  • sp_helpdb, sp_rename, sp_recompile
  • System Views For Metadata Audits
  • DBID, DBName, ObjectID, ObjectName

Ch 2: SQL SERVER INSTALLATION

  • SQL Server & SSMS Installation Plan
  • SQL Server Pre-requisites : S/W, H/W
  • SQL Server 2022 & 2019 Installation
  • Database Engine Feature, OLTP
  • Instances : Types and Properties
  • Default Instance, Named Instances
  • Service and Service Account Use
  • Authentication Modes and Logins
  • Windows Logins and SQL Logins
  • SQL Server Management Studio
  • Server Connections with SSMS Tool
  • Local and Remote Connections
  • System Databases: Master and Model
  • MSDB, TempDB, Resource Databases

Ch 6: Constraints, Index Basics

  • Constraints and Keys - Data Integrity
  • NULL, NOT NULL Property on Tables
  • UNIQUE KEY Constraints: Importance
  • PRIMARY KEY Constraint: Importance
  • FOREIGN KEY Constraint: Importance
  • REFERENCES, CHECK & DEFAULT
  • Candidate Keys and Identity Property
  • Database Diagrams and ER Models
  • Relationships Verification and Links
  • Indexes : Basic Types and Creation
  • Index Sorting and Search Advantages
  • Clustered and NonClustered Indexes
  • Primary Key and Unique Key Indexes
  • Need for Indexes - working with Keys

Ch 10: TRIGGERS & TRANSACTIONS

  • Triggers - Purpose, Real-world Usage
  • FOR/AFTER Triggers - Real time Use
  • INSTEAD OF Triggers - Real time Use
  • INSERTED, DELETED Memory Tables
  • Using Triggers for Data Replication
  • Enable Triggers and Disable Triggers
  • Database Level, Server Level Triggers
  • Transactions : Types, ACID Properties
  • Transaction Types and AutoCommit
  • EXPLICIT & IMPLICIT Transactions
  • COMMIT and ROLLBACK Statements
  • Batch Concept and Go Statement
  • Open Transactions in Real-time
  • Using Conditional Commits, Rollbacks

Ch 3: SSMS Tool, SQL BASICS - 1

  • Creating Databases: Files [MDF, LDF]
  • Creating Tables in User Interface
  • Data Insertion & Report in User Interface
  • SQL : Purpose and Real-time Usage
  • SQL Versus T-SQL : Basic Differences
  • DDL, DML, SELECT, DCL and TCL
  • Creating SSMS Sessions : SPID
  • Create, Connect Databases using SQL
  • Creating Tables with INT, CHAR
  • Data Storage, Inserts - Basic Level
  • Table Data Verifications with Select
  • SELECT Statement for Table Retrieval
  • Identify Databases and Tables
  • Identify Sessions and Session ID

Ch 7: Joins Basics, TSQL Queries

  • JOINS - Table Comparisons Queries
  • INNER JOINS For Matching Data
  • OUTER JOINS For (non) Match Data
  • Join Queries with "ON" Conditions
  • Left Outer Joins - Example Queries
  • Right Outer Joins - Example Queries
  • FULL Outer Joins: Realtime Scenarios
  • CROSS JOIN and CROSS APPLY
  • One-way, Two way Data Comparisons
  • Using Table Aliases & Column Aliases
  • Optimizing Join Queries with Indexes
  • Choosing Correct Comparison Columns
  • Joining Unrelated Tables in TSQL
  • Self References, Self Joins in TSQL

Ch 11:  Normal Forms, Cursors

  • First Normal Form and Atomicity
  • Third Normal Form and MVD Property
  • Boycee-Codd Normal Form : BNCF
  • Fourth Normal Form : Advantages
  • Self Reference Keys and 4 NF Usage
  • 1:1, 1:M, M:1, M:M Relationship Types
  • Linked Servers Configurations, RPC
  • Linked Servers, Remote Joins in TSQL
  • 2 Part, 3 Part, 4 Part Naming Styles
  • Remote Joins Queries and Aliases
  • Cursors - Basics, Data Operations
  • Cursors - Life Cycle & Declaration
  • Cursors Types, FETCH Operations
  • Cursors - Deallocate, Real-world Use

Ch 4: SQL BASICS - 2

  • Creating Tables: VARCHAR, FLOAT
  • Single Row Inserts, Multi Row Inserts
  • Rules for Data Insertion Statements
  • SELECT with WHERE Conditions
  • AND and OR Operators Usage
  • IN Operator and NOT IN Operator
  • Between, Not Between Operators
  • LIKE and NOT LIKE Operators
  • ORDER BY, TOP & OFFSET
  • Basic Sub Queries with SELECT
  • UPDATE Statement & Conditions
  • DELETE & TRUNCATE Statements
  • ALTER, ADD COLUMN Statements
  • DROP Statements: Table, Database

Ch 8: Group By in TSQL, Views Basics

  • GROUP BY: Importance, Realtime Use
  • GROUP BY Queries and Aggregations
  • Group By Queries with Having Clause
  • Group By Queries with Where Clause
  • Using WHERE and HAVING in T-SQL
  • Group By with Joins in TSQL
  • Query Execution Order & Aliases
  • Joins with Sub Queries, Formatting
  • Database Objects: Overview & Usage
  • Views: Types, Usage in Real-time
  • Creating, Executing & Verifying Views
  • Storing Queries in Database Views
  • Excel Analytics - Joins & Views
  • Excel Office Data Connection Reports

Ch 12: TSQL Queries, SQL Analytics

  • IIF() Function with SELECT Query
  • WHEN..THEN..ELSE
  • WHEN MATCHED, NOT MATCHED
  • Incremental Loads, Upsert Statement
  • Stored Procedures: Merge Statement
  • UNION and UNION ALL Operator
  • Window Functions: Rank, Dense Rank
  • Row_Number, PartitionBy in TSQL
  • Duplicate Row Identification, Deletion
  • Grouping, Cube, Rollup, Lag, Lead
  • Data Types: Numerical, Date, Time
  • Data Types: Characters, Real, Float
  • Date & Time Functions, DateAdd
  • String Functions, Concat, SubString
Case Study 1: Database Design with Tables,
Constraints, Keys & Relations
Case Study 2: Joins with Group By,
Sub Queries, Views, Excel Analytics
Part 1: Power BI Report Design
Part 2: Power Query, Cloud (Service)
Part 3: DAX & Report Server

Ch 1: POWER BI INTRODUCTION

  • Power BI : Introduction to Analytics
  • Power BI Tools Suite, Advantages
  • Power BI : Career Options, Plan
  • Power BI Developer Job Role
  • Microsoft Data Analyst Job Role
  • Big Data Analyst Job Role
  • Power BI Data Analyst (PL 300)
  • Data Engineer*, Power BI (DP 500 *)
  • Artificial Intelligence (AI) Visuals
  • AI Enabled Power BI Features
  • Course - Lab Plan with Design Tools
  • Need for Power Query & DAX
  • Power BI Licensing Types
  • Power BI Cloud - Advantages
  • Power BI Report Server Advantages

Ch 7: POWER QUERY LEVEL 1

  • Power Query M Language Purpose
  • Power Query Architecture and ETL
  • Data Types, Literals and Values
  • Power Query Transformation Types
  • Table & Column Transformations
  • Text & Number Transformations
  • Date, Time and Structured Data
  • let, source, in statements @ M Lang
  • Get Data, Table Creations and Edit
  • ETL Operations with Power Query
  • Merge Transformations in Power BI
  • Join Kinds: Inner, Outer & Apply
  • Union All Transformation & Appends
  • Power Query Editor, Step Edits
  • Close & Apply Options. Report Design

Ch 13: DAX Functions - Level 1

  • DAX : Importance in Real-time
  • DAX Data Types, Syntax Rules
  • DAX Measures and Columns
  • ROW Context and Filter Context
  • Operators, Special Characters
  • DAX Functions, Vertipaq Engine
  • DAX Cheat Sheet : Expressions
  • Data Analytics with DAX
  • DAX Measures : Expressions
  • ISBLANK, IF, IN, SUM
  • SUMX, AVG, AVERAGEX
  • Data Models: Fact, Dimensions
  • Detecting Relations for DAX
  • Star & Snowflake Schemas
  • Data Modeling Options in DAX

Ch 2: Basic Report Design

  • Power BI Eco System: Architecture
  • Data Sources & Types in Real-world
  • Report Types: Interactive, Paginated
  • Analytical Reports & Mobile Reports
  • Data Sources : File, Database, Web
  • Visualizations : Report Shapes
  • Power BI Design Tools, Requirements
  • Power BI Desktop Tool : Installation
  • Desktop Interface: Overview, Canvas
  • Get Data, Data View, Report View
  • In-Memory Xvelocity Database
  • Basic Visuals: Table, Tree Map
  • Data Labels, Legend, Category
  • Local Store: PBIX & PBIT Files
  • Data Points and Tooltips

Ch 8: POWER QUERY LEVEL 2

  • Query Duplicate, Query Reference
  • Group By and Advanced Options
  • Aggregations with Power Query
  • Transpose, Header Promotion
  • Reverse Rows and Row Count
  • Data Type Changes & Detection
  • Replace Columns: Text, NonText
  • Advanced Query Edit Options
  • Replace Nulls: Fill Up, Fill Down
  • Pivot, Unpivot Transformations
  • Move Column and Split Column
  • Date & Time Transformations
  • Derive Year, Quarter, Month, Day
  • Add Column : Query Expressions
  • Query Step Inserts and Step Edits

Ch 14: DAX Functions - Level 2

  • Quick Measures in Power BI
  • Average and Filtered Average
  • Running Totals, EARLIER( )
  • RELATED, COUNTROWS
  • CALCULATE Function Conditions
  • ALL Members Scope & IN
  • Account and Time Calculations
  • Star Rating, DAX Expressions
  • Data Modeling Options in DAX
  • 1:1, 1:M and M:1 Relations
  • Working with Facts & Measures
  • Modeling : Missing Relations
  • Relationships & Importance
  • Modeling : Relation Management
  • Modeling with Multiple Keys

Ch 3: Visual Interaction, Visual Sync

  • Visual Interaction with Data Points
  • Disabling / Enabling Interactions
  • Edit Interactions: Format Options
  • Spotlight and Focus Mode
  • Report Export to CSV, PDF
  • Tooltip Options and Usage
  • Working with Pages in PBI
  • Rename, Duplicate, Hide Pages
  • Slicer Visual : Real-time Usage
  • Orientation, Selection Properties
  • Slicer Settings : Tiles & Slider
  • Single & Multi Select, Header
  • Number, Text, Show Summary
  • Date Slicer and Value Selections
  • Slicer List, Dropdowns & Clear

Ch 9: POWER QUERY LEVEL 3

  • Big Data Loads : Parameter Queries
  • Creating Parameters in Power Query
  • Parameter Data Types, Default Lists
  • Static & Dynamic Lists: List Queries
  • Convert Tables to Lists, Use Cases
  • Linking Parameters to Queries
  • Testing Parameters with Canvas
  • Multi-Valued Parameter Lists
  • Creating Lists in Power Query
  • Converting Lists to Table Data
  • Invoke Function, Type Conversions
  • Function Query & Parameter List
  • Columns From Examples, Indexes
  • Conditional Columns, Expressions
  • Disable / Enable Data Loads

Ch 15: DAX Functions - Level 3

  • DAX : Variables and Expressions
  • Dynamic Expressions, RETURN
  • Current Value, Previous Value
  • SELECTED VALUE, Joins
  • FORMAT Function with DAX
  • RELATED, Joins in DAX
  • DAX Expressions with SQL DB
  • Time Intelligence Functions
  • Date Dimension : Generation
  • CALENDAR(), DATESYTD()
  • TOTALYTD, TOTALQTD
  • TODAY, DATE, DAY with DAX
  • SELECTEDVALUE, FORMAT
  • Date, Time and Text Functions

Ch 4: Grouping & Hierarchies

  • Grouping : Visuals with Pdf Sources
  • List Grouping and Binning Options
  • Grouping Static / Fixed Data Values
  • Grouping Dynamic / Changing Data
  • Bin Size and Bin Limits (Max, Min)
  • Bin Count and Grouping Options
  • Group with Bins & Clustering
  • Group, Layer with Selection Pane
  • Creating Hierarchies in Power BI
  • Independent, Dependant Drill-Down
  • Drill-Down with Interactive Reports
  • Conditional Drilldowns, Data Points
  • Drill Up Buttons and Operations
  • Expand & Show Next Level
  • Dynamic Data Drills Limitations

Ch 10: POWER BI CLOUD - 1

  • Power BI Cloud Components
  • App Workspaces, Report Publish
  • Reports & Related Datasets Cloud
  • Creating New Reports in Cloud
  • Report Publish, Report Uploads
  • Report Edits and New Reports
  • Report Actions: Downloads
  • Dataset Usage Options in Cloud
  • Dashboards Creation and Usage
  • Pining Visuals and Report Pages
  • Visual Pin Actions in Dashboards
  • Dashboard & LIVE Interactions
  • Media Tiles: Images, Custom Links
  • Q & A Option with Dashboards
  • Pin with Q & A; Standard Visuals

Ch 16: DAX Functions - Level 4

  • RLS: Row Level Security
  • Data Models in Power BI Desktop
  • DAX Roles Creation and Testing
  • DAX Expressions & Operators
  • PBIX Uploads: Power BI Cloud
  • Dataset Security with DAX Roles
  • Entity Sets and Slicing in DAX
  • Dataflows with Power BI
  • Analytical Reports - DAX Usage
  • Creating Data Models with DAX
  • Datasets in Excel and Dashboards
  • Using Excel Analyzer in Power BI
  • Power BI Data Source in Excel
  • Connection Strings and Refresh
  • Analytical Reports - Limitations

Ch 5: Filters & Bookmarks

  • Filters : Types and Usage in Real-time
  • Visual Filter, Page Filter, Report Filter
  • Basic, Advanced and TOP N Filters
  • Category and Summary Level Filters
  • Data / Drill Options, DrillThru Filters
  • Keep All Filters" Options in DrillThru
  • CrossReport Filters, Include, Exclude
  • Drill-thru Filters, Page Navigations
  • Bookmarks : Report Navigations
  • Buttons, Images with Actions
  • Selection Pane, Actions, Text URLs
  • Show Data and See Records
  • Custom Tooltips, Table Visual
  • Table Vs Matrix : Drill-downs
  • Styles, Cell Properties, Databars
  • Conditional Formatting, Divergent

Ch 11: POWER BI CLOUD - 2

  • Report Actions : Share, Subscribe
  • Report Actions : Lineage, Embed
  • Report Actions : Export Options
  • Report Actions : Public User Access
  • Dashboard Actions : Share, Subscribe
  • Dashboard Actions : Themes, Lineage
  • Dashboard Actions : Share, Subscribe
  • Favorite, Insights, Embed Code
  • Gateways Configuration, PBI Service
  • Gateway Types, Cloud Connections
  • Gateway Cluster, Add Data Sources
  • Data Refresh : Manual, Scheduled
  • Power Query Parameters, Gateways
  • DataFlows, Power Query in Cloud
  • Lineage, Share, Subscribe, Insights
  • Performance Inspector& Gateways

Ch 17: Power BI Report Server

  • Power BI Report Server Config
  • SQL Server Instance Verifications
  • Report Server DB, Temp Database
  • WebService & WebPortal URL
  • Uploading Interactive Reports
  • End User Report Share (pdf)
  • Power BI Desktop RS Tool
  • Interactive Reports: Report Server
  • Mobile Reports : Design Options
  • Mobile Reports : Grids, Elements
  • Mobile Reports : Uploads, Edits
  • Paginated Reports : Deployments
  • Paginated Vs Interactive Reports
  • Paginated Vs Analytical Reports
  • Paginated Vs Mobile Reports
  • Power BI Report Server Vs Cloud

Ch 6: Big Data Access, Visuals

  • OLTP Databases, Big Data Sources
  • Azure Database Access, Reports
  • Import, Direct Query & Dual Mode
  • Data Modeling: Do Not Summarize
  • Data Modeling: Currency, Relations
  • Power BI Archtiecture, Eco System
  • Power BI Interface for Reports
  • Stacked Chart, Clustered Chart
  • Line Chart, Area Chart, Bar Chart
  • 100% Stacked Bar & Column Chart
  • Map Visuals: Tree, Filled, Bubble
  • Small Multiples, Legends, Axis
  • Cards, Funnel, Table, Matrix
  • Scatter Chart : Play Axis, Labels
  • Waterfall Chart, Multi Row Cards

Ch 12: POWER BI CLOUD - 3

  • Workbooks : Excel Online & Pins
  • Power BI Apps: Creation & Usage
  • Power BI Segments, Content
  • Navigation Screens, Audience
  • App Publish, Verification & Edits
  • Export, Share & Subscribe
  • List View & Lineage View Options
  • Power BI Scorecards: Realtime Use
  • Paginated Reports - Design & Usage
  • Power BI Report Builder Tool
  • Microsoft Report Builder Tool
  • Report Builder : Datasets, Charts
  • Report Builder : Bar Charts, Fields
  • Report Builder : Creating RDL Files
  • Paginated Reports : Deployments

Ch 18: Power BI Admin & AI

  • Power BI Cloud Management
  • Power BI Admin : Alerts
  • Workspace Management, Users
  • Security: Report, Dataset Levels
  • Security: Dataset, App Levels
  • Security: Workspace Options
  • PBI Performance Inspector
  • Power BI & Artificial Intelligence
  • Power BI & CoPilot Add-Ins
  • AI Visuals & Big Data Analytics
  • Smart Narrative and Q & A
  • Infographics, Icons and Labels
  • Key Influencer Visual in Power BI
  • Metrics Visual, Performance
  • Paginated Reports Visual

Power BI : Realtime Project (Sales - Retail)

Phase 1 : Basic Report Design

  • Project Requirement Analysis
  • Requirement Gathering, FSA
  • Report Design with Excel
  • Basic Data Modelling
  • Infographics, Histograms
  • Analytics and Formating

Phase 2 : SME Level

  • Report Design with SQL DB
  • SQL Database : Joins, Views
  • Dual Storage Mode, SQL Queries
  • Data Modeling, Power Query
  • Dynamic Connections, Azure DB
  • Parameters and M Lang Scripts

Phase 3: Deployments (Cloud, Server)

  • DAX Requriements, Analysis
  • Cloud and Report Server
  • Custom Visualizations
  • 3party Visuals & REST API *
  • Project FAQs and Solutions
  • One - One Resume, Mock Interview

Part 1: Tableau Report Design - 1

Part 2: Tableau Report Design - 2

Part 3: Tableau Prep, Server, Online

Ch 1 : TABLEAU INTRO, INSTALLATION

  • Introduction to Tableau, Reporting Tools
  • Report Types in Real-time: Interactive
  • Paginated, Analytical and Mobile Reports
  • Data Sources for Report Design Process
  • Databases & Types: OLTP, DWH, OLAP
  • Tableau : Basic Understanding, Workflow
  • Tableau as a Self Service BI Tool
  • Tableau Features, Technical Advantages
  • Tableau Public Desktop : Installation
  • Development, Production and Access
  • Data Sources Types in Tableau
  • Tableau Prep Tools - Data Modelling
  • Power BI Licensing Plans - Types
  • Tableau Training : Course Plan, Lab
  • Study Material, Certifications, FAQs

Ch 7 : TABLEAU VIZ - LEVEL 1

  • Tableau Visualizations - Types
  • Visualization Categories, Usage
  • Tableau Bar Charts and Types
  • Simple Bar Charts and Usage
  • Horizontal & Colored Bar Charts
  • Stacked Bar Charts, Measures
  • Side By Side Bar Charts and Use
  • Interactive Bar Charts & Filters
  • Line Charts and Data Points
  • Continous Line Charts and Usage
  • Discrete Line Charts and Usage
  • Dual Line Chart and Types
  • Area Charts : Discrete, Continous
  • Stacked Area Charts, Reports
  • Combine Area Charts & Line Charts

Ch 13 : DASHBOARDS & STORIES

  • Dashboards and Stories in Tableau
  • Bulding Dashboards - Views, Sheets
  • Dashboard Size, Views, Objects
  • Legends and Quick Filters in Tableau
  • Tiles, Floating Layouts in Tableau
  • Layout Containers, Images, Web Pages
  • Dashboard Extensions, Management
  • API Extensions - Usage in Tableau
  • Device Designer - Default Layout
  • Adding and Customizing Layouts
  • Story Points - Creation and Updates
  • Bollinger Bands - Views, Summary
  • Data Cleansing - Bulk Re-aliasing
  • Tableau Prep : Installation ETL
  • Tableau Desktop Store, Server Store

Ch 2: BASIC REPORTS, GROUPING

  • Tableau Public Desktop : Installation
  • Tableau Workbook Creation, Data Sources
  • Tableau Worksheets : Creation, Options
  • Row Shelf & Column Shelf, Details View
  • Marks : Text, Detail, Tooltip, Colors
  • VizQL : Vizualization Query Language
  • Tableau In-Memory Database Usage
  • Dimensions, Measures Identification
  • Working with Data Sources, WorkBooks
  • Worksheets, Marks, Shelves, Axis
  • Basic Report Design Terminology
  • Grouping : Data Categorization
  • Creating Groups on Static Data
  • Dynamic Data Grouping, Binnig
  • Hierarchies: Creation, Real-time Use
  • Drilldown Reports in Tableau

Ch 8 : TABLEAU VIZ - LEVEL 2

  • Tableau Pie Charts, Real-time Use
  • Simple Pie Charts - Examples
  • Stacked Pie Charts - Examples
  • Side By Side Pie Charts
  • Reverse Rows and Row Count
  • Donut Charts and Agle Properties
  • Inner / Outer Pie Charts, Stacking
  • Drill-down Pie Charts and Usage
  • CrossTab Charts and Text Properties
  • Rows, Columns and Marks : Text
  • Conditional Formatting, Divergence
  • Using Quick Claculations in Tableau
  • Highlight Tables and Color Palettes
  • Box & Wishker Plots - Text Tables
  • Heat Maps and Real-time Usage
  • Size Controls and Color Options

Ch 14 : TABLEAU SERVER

  • Tableau Server - Architecture
  • Tableau Server - Installation Process
  • Publish Tableau Workbook, Verify
  • Sharing Options and Layouts
  • Adding Device Layouts in Tableu Server
  • Adding Custom Layouts in Tableau Server
  • Adding Content to Custom Layouts
  • Java Script API in Table Server
  • Tableau Online Versus Table Server
  • Security Advantages @ Tableau Server
  • Tableau Online - Architecture
  • Publish Tableau Workbook, Verify
  • Sharing Options and Layouts
  • Adding Device Layouts in Tableu Online
  • Adding Custom Layouts in Tableau Online
  • Adding Content to Custom Layouts
  • Security Advantages @ Tableau Online

Ch 3 : TABLEAU ARCHITECTURE, JOINS

  • Data Sources, Connectors, Clients
  • Tableau Server Components and Use
  • Application Server and Repository
  • VizQL Server and Data Engine
  • Backgrounder, Data Server, Search
  • Fast Data Engine, Gateway Components
  • Alias, Bins, Bookmarks, Calcualtions
  • Tableau File Types and Workbooks
  • CrossTabs, Dashboards, Data Pane
  • Data Source Page and Dimensions
  • Extract, Filters, Pages, Rows, Columns
  • Visual Sync Limitations with Slicer
  • Level of Detail, Sets, Marks, Workbooks
  • Using Joins in Tableau Sources
  • Inner, Left / Right Outer Joins

Ch 9 : TABLEAU VIZ - LEVEL 3

  • Tableau Treemaps & Nested Rectangles
  • Marks Type, Color, Size and Label
  • Comparing Treemaps with Bars & Tables
  • Circle View Vizualization and Usage
  • Side By Side Circle View, Usage
  • Scatter Plot - Labels, Axis Items
  • Packed Bubbles and Circles - Lables
  • Tableau Symbol Maps - Examples
  • Tableau Filled Maps - Examples
  • Using Quick Table Calculations
  • Histogram Charts and Properties
  • Measures and Value Comparisions
  • Tableau Motion Charts and Axis
  • Bullet Graphs and Limitations
  • Dimension - Measure Considerations

Ch 15 : Colloborate TABLEAU ONLINE

  • Tableau Online - Purpose, LIVE Reports
  • Projects and Workbooks in Tableau Online
  • Tableau Report Views in Tableau Online
  • Searching Content, Data Sources, Sites
  • Account Settings, Drill Down, Actions
  • Custom Views, Comments - Tableau Online
  • Downloads, Exports - Tableau Online
  • Sharing, Subscription and favorites
  • Web Authoring, Edits and Publish Online
  • Data Driven Alerts - Refining, Managing
  • Stacked Bars and Views For Alerting
  • Navigations, Snapshots, Searching
  • Mobile Reports - Phone Marks and Maps
  • Interacting with Content on Tableau Online

Ch 4 : BIG DATA ACCESS, BLENDING

  • Azure Data Access with Tableau
  • Remote Data Sources and Joins
  • Using SQL Queries in Tableau
  • Use Azure SQL Warehouse (DWH)
  • Data Blending Options in Tableau
  • Working with Multiple Data Sources
  • Data Combinations & Aggregations
  • Show Data & Data Grouping Options
  • Tableau Operators and Types
  • Tableau Functions and Real-time Use
  • Tableau Calculations and Formats
  • Numerical Calculatins & Examples
  • Aggregated Calculations in Tableau
  • Creating Calculations From Shelfs
  • Calculation Edits, Identifications

Ch 10 : TABLEAU FILTERS

  • Tableau Filters - Types & Usage
  • Extract Filters and TDE (hyper)
  • Data Source Filters (twb Files)
  • String and Numerical Data Fields
  • Date/ Time Data Fields, Usage
  • All Rows, Too & Bottom Rows
  • Aggregated Extracts and Usage
  • Extract History, TDE Files
  • Context Fitlers and Realtime Use
  • Context Filters: Performance Benefit
  • Dimension Filters & Limitations
  • Measure Filters and Aggregations
  • Measure Name Filters, Measure Values
  • Table Calculation Filters, Usage
  • Tableau Filters - Execution Order
  • Fiters Scope and Quick Filters

Ch 16: Colloborate TABLEAU SERVER

  • Tableau Server - Purpose, LIVE Reports
  • Projects, Workbooks in Tableau Server
  • Tableau Report Views in Tableau Server
  • Searching Content, Data Sources, Sites
  • Account Settings, Drill Down, Actions
  • Custom Views, Comments in Tableau Server
  • Downloads and Exports in Tableau Server
  • Sharing, Subscription and favorites
  • Web Authoring, Edits and Publish Online
  • Data Driven Alerts - Refining, Managing
  • Stacked Bars, Alerting Views in Server
  • Navigations, Snapshots, Searching in Server
  • Mobile Reports - Phone Marks and Maps
  • Interacting with Content on Tableau Server

Ch 5 : STRING, DATE FUNCTIONS

  • String Functions in Tableau
  • ASCII, CHAR, LEN, ENDSWITH
  • FIND, FINDNTH, LEFT, CONTAINS
  • LOWER, UPPER, LTRIM, RTRIM
  • MID, MIN, REPLACE, RIGHT
  • SPACE, SPLIT, UPPER, MAX
  • STARTSWITH, AND, CASE
  • ELSE, ELSEIF, END, IF, IIF
  • IFNULL, ISDATE, ISNULL, MAX
  • MIN, NOT, OR, THEN, WHEN, ZN
  • DATEADD, DATEDIFF, DATENAME
  • DATEPART, DATETRUNC, DAY
  • ISDATE, MAKEDATE, MONTH
  • NOW, QUARTER, TODAY, YEAR

Ch 11 : PARAMETERS, SETS

  • Tableau Parameters - Working
  • Creating Parameters, Conditions
  • Linking Parameters to Calculations
  • Using Calculations in Fields/View
  • Dynamic Filters using Parameters
  • Dynamic Dimension using Parameters
  • Dynamic Measures using Parameters
  • Creating, Using Sets in Tableau
  • IN and OUT Concepts in Sets
  • Working with Filters and Sets
  • Show Set Options and Exclude
  • Comparing Tableau Sets & Groups
  • Comparing Tableau Sets & Hierarchies
  • Dynamic Sets : Creation & Usage

Ch 17 : MANAGE TABLEAU SERVER

  • Tableau Server - Administration Concepts
  • Tableau Sites, Users, Groups Security
  • Group Rules, Web Edits in Tableau Server
  • Project Permission and Locking Options
  • Data Security with user Filters in Server
  • user Filters and Hybrid Models in Server
  • Access Roles, Schedules, Extraction
  • TSM : Tableau Services Manager
  • TSM Configuration for Real-time Use
  • Browser, Maintenance, GUI and CLI
  • Backups and Restores with Tableau TSM
  • TSM Upgrades For Tableau Report Config
  • Tabcmd : Command Line Utility - Imports
  • Tabcmd : user Import via CSV File
  • Comparing Tableau & Microsoft Power BI

Ch 6 : TABLE, LOD CALCULATIONS

  • Calcualtions For Year, Quarter, Month
  • Custom Calculations, Data Appending
  • Custom Date and Time Formatting
  • Calculations Reuse and Edits
  • Date and Time Conversions To INT
  • Two Digit Conversions with Date
  • Table Functions with Tableau
  • Running Total and Row Number
  • Case Statements, FIRST, LOOKUP
  • Table Calculations, Level of Details
  • Real-time Use of Table Calculations
  • Partitioning, Addressing Benefits
  • LOD : Types of Level Of Detail
  • FIXED LOD Expressions - Examples
  • INCLUDE LOD Expressions - Examples
  • EXCLUDE LOD Expressions - Examples

Ch 12 : TABLEAU FORECASTS, ACTIONS

  • Tableau Trend Lines and Usage
  • Reference Lines and Show Data
  • Forecasts, Exponential Smooting
  • Creating and Using Forecasts
  • Describing, Controlling Forecasts
  • Adding / Editing Bookmarks
  • Using Data Analytics in Tableau
  • Tableau Actions and Real-time Use
  • Tableau Action Types, Limitations
  • Filter Actions: Static/Dynamic
  • Highlight Actions, Dynamic Types
  • URL and Parameter Action Types
  • Set Actions, Runtime Actions
  • Tableau Actions & Dashboards
  • Use Field and Filter Actions

Ch 18 : REAL-TIME PROJECT
  • Project Requirement Analysis
  • Implementing SDLC Phases
  • Requirement Gathering, FSA
Phase 1:
  • TABLEAU Report Design
  • Visualizations, Properties
  • Analytics and Formating
Phase 2:
  • Data Modeling, Tableau Prep
  • Dynamic Connections, Azure DB
  • Parameters and VizQL Scripts
Phase 3:
  • Tableau Online Analysis
  • Cloud and Tableau Server
  • Project FAQs and Solutions
 
EVERY SESSION IS COMPLETELY PRACTICAL. REAL-TIME. TASKS, MATERIAL, LAB WORK for EVERY SESSION. Register Today
 

Job-Oriented Real-time Training @ SQL School Training Institute - Trainer :  Mr.Sai Phanindra (17+ Yrs of Exper)

SQL Server T-SQL, Azure SQL, Azure DBA, Azure BI, Azure Data Engineer, Power BI Training

 
 
 
For latest schedules Click Here