Skip to main content

Microsoft Power BI Comprehensive 2 Days Training in La Laguna - Nov 2021

Course Overview:

Learn Microsoft Power BI with our comprehensive training courses. Our courses range from the basics of Power BI to complex data modelling using DAX and creating live dashboards for reporting. These courses are for anyone interested in business intelligence, reporting and complex data modelling.

Target Audience:

The Power BI training is for all the professionals who are passionate about business intelligence, data visualization, and data analytics.

  • Business Analysts
  • Business Intelligence Manager
  • Statisticians and Analysts
  • Data Scientists
  • Project Managers

Learning Objectives:

  • Understand primary features of a self-service Power BI solution
  • Utilize Power BI and its data sources
  • Combine, analyze, model, shape, and visualize data
  • Report data using rich dashboards

Prerequisites:

There are no prerequisites for this course.

Course Materials:

Students will receive a course manual with presentation slides and reference materials.

Examination:

No Exam

Technical Requirements:

For eBooks:

Internet for downloading the eBook

Laptop, tablet, Smartphone, eReader (No Kindle)

Adobe DRM supported software (e.g. Digital Editions, Bluefire Reader)

eBook download and activation instructions

Agenda:

Day 1: Power BI for Report Developers

  • Overview of Power BI (Desktop & Service)
  • Architecture modes: Import, Direct Query, Composite and Live
  • Data cleansing, shaping and transformation
  • Using M language in Power Query
  • Dimensional modelling concept – Star schema
  • Power BI data modelling
  • Measure and calculated column
  • DAX aggregator and iterator formulas
  • Developing reports by standard and custom visuals
  • Advanced visualization tricks: Bookmark, Q&A, color themes,
  • Sharing and collaborating reports in Power BI Service
  • Creating Dashboard
  • Hands on lab practices

Day 2: Mastering in DAX and Data Modelling

  • Dimensional modelling
  • Star schema – Snowflakes
  • Data modelling scenarios
  • Tables relationship scenarios
  • Slowly changing dimension
  • Introduction to DAX
  • DAX Evaluation, Filter and Row contexts
  • DAX functions – Aggregator/Iterator
  • Deep dive to Calculate function
  • DAX Time Intelligence
  • DAX table functions
  • Querying data by DAX
  • Hands on lab practices

 

Date and time:

Location:

The venue will be announced soon

Aguascalientes

Aguascalientes, AGU 10119

Mexico

 

Price :  

MX$29,888.12 – MX$36,247.52 

 

Refund policy:

Refunds up to 7 days before event

 

Tickets :  Microsoft Power BI Comprehensive 2 Days Training in La Laguna

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