Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
PowerPivot with DAX - Basic to Advance (13 Hours)
Rating: 4.8 out of 5(12 ratings)
103 students

PowerPivot with DAX - Basic to Advance (13 Hours)

Complete Data Analysis and making pivot reports
Created byajay parmar
Last updated 8/2024
English
English [Auto],

What you'll learn

  • Students will learn PowerPivot and the role of DAX in it.
  • You will learn why PowerPivot is important for your career and how it has an edge over normal excel pivot.
  • How to create Reports using PowerPivot.
  • Implicit and Explicit Dax - Pls check curriculum for complete DAX details. We are discussing everything here

Course content

1 section37 lectures13h 1m total length
  • Get PowerPivot ready10:14

    Discover how Power Pivot differs from traditional pivot and why data analysts should switch, and learn how to install and enable Power Pivot in various Excel versions.

  • How to bring data into PowerPivot and other basic things about its window.19:34

    Learn how to import Excel and external data into PowerPivot, create named tables, build the data model, and begin using DAX to create calculations and drive dashboards.

  • Import external data in PowerPivot16:33

    Learn how to import external data into PowerPivot from text, Excel, Access, SQL Server, and other sources, then create relationships and build pivot tables for analysis.

  • Create Calculated Column and Measures48:20

    Learn how Power Pivot uses DAX to create calculated columns and measures, understand row-by-row vs filter context, and decide when to use each for pivot analyses.

  • DAX introduction47:16

    Explore DAX basics in PowerPivot by creating measures, not calculated columns. Learn key functions like count, distinct count, counta, count rows, divide, and how filter context shapes results.

  • ITERATOR Functions SUMX COUNTX etc39:15

    explore iterator functions such as sumx and countx in power pivot, learn row-by-row calculations with measures, and compare them with calculated columns, filters, and scalar values.

  • CALCULATE Dax18:27

    Learn how the CALCULATE function in DAX uses expression and filter parameters to sum, count, and average with criteria, using filters and existing measures.

  • ALL DAX16:52

    explains the all, all selected, and all set DAX functions to ignore filter context, compute total revenue, and show each item’s contribution as a percentage in PowerPivot.

  • ALL Dax Continues35:30

    Learn to use the all function to ignore book name filters while other filters apply, computing total revenue in a pivot with slicers.

  • ALL Except DAX10:44

    Master the all except dax function to selectively ignore filter context while preserving a specific zone filter, using pivots and total revenue calculations.

  • ALL Selected DAX15:38

    Master all selected in DAX to compute author contributions across years using slicers and the calculate function, revealing year-specific percentages of total revenue.

  • QUIZ 142:08

    Master PowerPivot with DAX from basics to advanced through hands-on exercises, creating zone revenue measures, year filters, category contributions, and author monthly revenue.

  • QUIZ 212:38

    Demonstrate building DAX measures in PowerPivot to compute total revenue from quantity and price, filter by months, authors, and year, and assess author contributions for Jan–Feb and May–Jun.

  • How Measures work in PowerPivot16:23

    Explore how PowerPivot measures in DAX compute the grand total independently of subtotals, using filter context and the all family, with distinct count and total quantity across zone pivots.

  • Related DAX38:20

    Explore the related DAX function in Power Pivot, a Vlookup-like lookup across related tables, and how one-to-many relationships enable dynamic calculated columns and advanced pivot analysis.

  • Many to Many RelationShip begins19:23

    Explore how to handle many-to-many in PowerPivot, why it’s problematic, and convert to a one-to-many model using a unique item list and related tables to compute customer revenue.

  • Many to Many RelationShip7:02

    Resolve many-to-many data issues in PowerPivot by creating a one-to-many relationship between unique customers and their visits and purchases, then analyze revenue and visits with a pivot table.

  • Project25:40

    Learn to transform wishlist data with Power Query, load it into Power Pivot, and create DAX measures to identify arrived books for each customer's wishlist for outreach.

  • Use IF fx - Calculated Column and Measure43:23

    Master the if function in PowerPivot with DAX, applying it to calculated columns and measures with nested logic, true/false outcomes, and Excel-style guidance.

  • More discussion on IF DAX7:49

    Explore using the if function as a measure in PowerPivot, addressing aggregation and filter context with sum of rent paid to classify revenue as good or poor.

  • SWITCH Dax16:19

    Learn how to use switch in DAX to handle multiple conditions, compare values with true, and choose switch over if, with examples mapping months to quarters and status outcomes.

  • TOPN Dax - Very important30:03

    Learn to use the Topn Dax function to return the top rows and sum the top three rent values, noting ties and scalar versus table outputs.

  • Question for you - Books revenue4:55

    Explore how to identify top three revenue books using DAX and Power Pivot, filter pivots, sort data, and validate month-by-month performance in the data model.

  • How to sort months in a pivot2:46

    Learn how to sort months in a pivot by month order, using the all days shortcut and the more options dialog to set ascending or descending order.

  • HASONEVALUE Dax13:12

    Learn how has one value DAX checks for a single value within a filter and uses true or false to control grand totals and subtotals in PowerPivot.

  • HASONEVALUE with Subtotal14:29

    Explore how hasonevalue controls subtotals in PowerPivot with DAX, by adjusting filter context on book name versus month to customize subtotals and grand totals.

  • Summarize Dax - My favorite - So useful39:07

    Explore the summarize DAX function to group data and control subtotals and grand totals. Use the top end and sumx to derive outputs from a virtual table with DAX Studio.

  • Summarize dax - PowerPivot Subtotal Issue45:30

    Learn to compute top three quantities per month and book using dax. Build a two-field summarize table, apply topN and sumx for accurate subtotals and grand totals.

  • VALUES Dax18:05

    Learn how values in dax remove duplicates to yield the unique count in a cost purchase table, and apply the naked columns rule to exclude Jan and April from totals.

  • VALUES Dax Continues15:43

    Use values and if in PowerPivot to switch between total rent paid and total quantity for offers, and calculate average quantity for Jan and Apr.

  • Implicit and Explicit17:41

    Explain the difference between implicit and explicit measures in PowerPivot and Power BI, showing how explicit measures offer greater control and reusability across related tables using DAX.

  • Date & Time functions26:53

    Learn to build a calendar table and implement time intelligence in PowerPivot with DAX, calculating month till date, quarter till date, and year till date using date relations and measures.

  • FirstDate & LastDate7:24

    Learn to compute first date and last date with time intelligence in PowerPivot, format dates, and view results by week, month, quarter, and year in pivots.

  • Start of an Year & End of Month3:54

    Master end-of-month and start-of-year DAX measures using calendar date, apply formatting, and explore how filter context shapes quarterly and monthly results in PowerPivot.

  • Closing Balance6:42

    Master month, quarter, and year closing balances in PowerPivot with DAX by applying closing balance and total sales measures to calendar dates.

  • Date Add14:56

    Learn to use the date add function to move dates forward or backward by year, month, or quarter, enabling year-on-year and quarter-to-quarter analysis in pivots.

  • Date Between12:48

Requirements

  • Knowledge of Excel formulas is an added advantage.
  • If you know the Basic pivots it is going to help you in PowerPivot chapters.
  • Any excel version like 2010 or above is fine.

Description

Section1: We are covering Power Pivot with Dax


    • What is a PowerPivot and Why do we need it. How it is going to outshine our normal Pivots

    • Import data from different sources like Excel, CSV Files or Text files or any other database.

    • Get familiar with PowerPivot ribbon and sorting ,filtering options- all basic features

    • Know the place to write Measures and Calculated Columns.

    • What is DAX - A formula language. It is in very detail.

    • Difference between Measures and Calculated Columns - Which one better and which should you choose?

    • Basics DAX Functions - SUM,COUNT,COUNTA,COUNTBLANK, - Why they called Aggregate Functions .

    • Are they DAX Measure or Calculate columns - All Confusion is cleared.

    • Different Types of DAX Functions - ITERATORS - SUMX , COUNTX, AVERAGEX

    • Why they are called ITERATORS - Its fundamentals

    • Learn the most used and Powerful DAX - CALCULATE - It is also famous as CALCULATE IF, Know why?

    • Deep Dive into ALL FAMILY FUNCTIONS - ALL / ALL SELECTED/ ALL EXCEPT with examples

    • What is the role of ALL DAX in your Data analysis - Control the data the way you want.

    • Practical Time - How to calculate overall percentage of different products based on the Team Total?

    • What are RELATIONSHIPS in PowerPivot - One to One, Many to Many , One to Many and Many to one with examples and challenges

    • Detailed discussion on HASONEVALUE Dax including IF statements

    • What is a VALUES Function and how it can change the pivot calculations by giving you more control.

    • What are implicit and explicit measures and why we should create latter ones.

    • How to write TOPN Dax, one of my favorites.

    • How to Use TOPN in practical scenarios .

    • What is a DAX Studio and how do we download it and use it in Pivots - Challenges and reasons behind using dax studio.

    • Learn the use of IF dax in PowerPivot. From writing simple IF functions to writing IF inside IFs , we are learning everything

    • How to use IF as a calculated column and as a measure. What is the difference between both approaches.

    • What is a SWITCH Dax and how it is used as an alternate of IF Dax.

    • Learn one of the best dax - SUMMARIZE

    • How to use summarize in your grand totals and sub-totals.

    • Learn how to customize calculations for pivot fields and pivot grand totals.

    • Learn how to avoid showing data for few fields and how to show data for other fields.

    • Focus on error messages when they come during calculations . Learn what message says about DAX and correct the formulas accordingly.

    • Time intelligence functions - How to find cumulative sums of sales year wise, or month wise or quarterly basis.

    • How to calculate the closing balance - month wise or year wise

    • How to find the start of the year

    • How to find the end of the year, month or quarter

    • Create calendar table and why it is important before using time intelligence functions and how to edit or create a relationship with main tables.

    • how to add or whatever calculation to be done based on two dates - DATEBETWEEN

    • Surprise Quiz for you to check your gained understanding.


Who this course is for:

  • This course is for Data , Research analysts and MIS people who work day and night on data and create reports
  • Those who want to add extra wings to their excel normal pivots - Definitely this course is for you
  • PowerPivot and DAX are the skills highly in demand in our industry. Booster for your career.