Skip to main content

4 Weekends Power BI Virtual LIVE Online Training Course for Beginners

4 Weekends Power BI Training course for Beginners is a Comprehensive Practical Hands-on Power BI training with a total of 16 hours of Instructor led and guided training that covers the most important Power BI fundamentals and concepts including Data Visualization, Power BI Desktop, Power BI Service.

  • All Published Ticket Prices are in US Dollars
  • This class will be taught in English language

4 Weekends Power BI Training Course Weekly Schedule

  • January 8, 2022 - January 30, 2022 US Pacific time
  • 4 Weekends | 2 Hours on Saturdays, 2 Hours on Sundays every weekend US Pacific time
  • 7:30 AM - 9:30 AM US Pacific time each of those days

Features and Benefits

  • 4 Weekends, 8 sessions, 16 Hours of total Instructor-led and guided training
  • Training material, instructor handouts and access to useful resources on the cloud provided
  • Practical Hands-on Lab exercises provided
  • Actual code and scripts provided
  • Real-life Scenarios

Course Overview

The course provides an in-depth and comprehensive practical hands-on training of Microsoft Power BI including data visualization, Power BI Desktop, Power BI Dashboard, how to connect to data using Power BI Desktop, Modelling, working with Microsoft Excel, DAX and more.

Who can take this training

Our Microsoft Power BI Training is ideal for working professional who have to work with data and also those in finance and accounting, Business analysts, project managers and other IT professionals.

Prerequisites

You will get more out of this course if you have an understanding of how data works, what is business intelligence, general data and BI concepts, basic working experience with Microsoft Excel

Course Outline

1. Introduction to Microsoft Power BI and Getting Started with Power BI

2. Getting Data for Power BI including Power BI Desktop, Connecting to data sources

  • Overview of Power BI Desktop
  • Getting started with Power BI Desktop
  • Connect to data sources in Power BI Desktop
  • Clean and transform your data with the Query Editor
  • More advanced data sources and transformation
  • Cleaning irregularly formatted data

3. Data Modeling including data relationships, calculated columns, optimizing data models for better visuals

  • Introduction to modeling your data
  • How to manage your data relationships
  • Create calculated columns
  • Optimizing data models
  • Create calculated measures
  • Create calculated tables
  • Explore your time-based data

4. Data Visualizations

  • Introduction to visuals in Power BI
  • Create and customize simple visualizations
  • Combination charts
  • Slicers
  • Map visualizations
  • Matrixes and tables
  • Scatter charts
  • Waterfall and funnel charts
  • Gauges and single-number cards
  • Modify colors in charts and visuals
  • Shapes, text boxes, and images
  • Page layout and formatting
  • Group interactions among visualizations
  • Duplicate a report page
  • Show categories with no data
  • Summarization and category options
  • Z-order
  • Visual hierarchies and drill-down
  • R integration in Power BI Desktop

5. Exploring Data

  • Introduction to the Power BI service
  • Quick insights in Power BI
  • Create and configure a dashboard
  • Ask questions of your data with natural language
  • Create custom Q&A suggestions
  • Share dashboards with your organization
  • Display visuals and tiles full-screen
  • Edit tile details and add widgets
  • Get more space on your dashboard
  • Install and configure a personal gateway

6. Power BI and Excel

  • Introduction to using Excel data in Power BI
  • Upload Excel data to Power BI
  • Import Power View and Power Pivot to Power BI
  • Connect OneDrive for Business to Power BI
  • Excel in Power BI - summary

7. Publishing and Sharing

  • Introduction to content packs, security, and groups
  • Publish Power BI Desktop reports
  • Print and export dashboards and reports
  • Manually republish and refresh your data
  • Introducing Power BI Mobile
  • Create groups in Power BI
  • Build Apps
  • Use Apps
  • Update Apps
  • Integrate OneDrive for Business with Power BI
  • Publish to web
  • Completion of Power BI Guided Learning

8. Introduction to DAX

  • DAX calculation types
  • DAX functions
  • Using variables in DAX expressions
  • Table relationships and DAX
  • DAX tables and filtering

Price : $399

Date and time:

Comments

Popular posts from this blog

SSRS INTERVIEW QUESTIONS

Q: What is SSRS? Ø   SSRS or SQL Server Reporting Service is a server-based report generation software systems from Microsoft and is part of Microsoft BI. Ø   It is used for preparing and delivering interactive and variety of reports. Ø   It is administered through an web based interface. Ø   Reporting services utilizes a web service interface for supporting and developing of customized reporting applications. Ø   SSRS lets you create very rich reports (Tabular/Graphical/Interactive) from various datasources with rich data visualization (Charts, Maps, sparklines) Ø   SSRS allows are reports to be exported in various formats (Excel, PDF, word etc) Q: Explain SSRS Architecture? Reporting services architecture comprises of integrated components. It is a multi-tiered, included with application, server and data layers. This architecture is scalable and modular. A single installation can be used across multiple computers. It includes the fo...

Exception deserializing the package "The process cannot access the file because it is being used by another process."

TITLE: Microsoft Visual Studio ------------------------------ Failed to start project ------------------------------ ADDITIONAL INFORMATION: Exception deserializing the package "The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process.". (Microsoft.DataTransformationServices.VsIntegration) ------------------------------ The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process. (mscorlib) ------------------------------ BUTTONS: OK ------------------------------ While running SSIS package i got the error “The process cannot access the file ‘*.ispac’ because it is being used by another process”. I tried to close SSDT and run it again but, I still got the same error while compiling. Then, after searching over internet, I got...

Failed to execute the package or element. Build errors were encountered

Error: TITLE: Microsoft Visual Studio ------------------------------ Failed to execute the package or element.   Build errors were encountered. For more information, see the Output window. ------------------------------ BUTTONS: OK ------------------------------   Solution: We tried to close SSDT and run it again but, we still got the same error while running SSIS package. Then, we need to follow bellow solution: Step 1: Go to Task Manager–> Details Tab. Step 2: Locate the process “ DtsDebugHost.exe “. Kill this process. There might be multiple instances of this process. Kill all of them. Step 3: Rerun SSIS package