Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excellent starting point. Since you already know Excel and Power BI, I won't teach DAX like a beginner learning spreadsheets. Instead, I'll teach it the way a Data Analyst needs to understand it for reporting, dashboards, KPIs, business analysis, and interviews.

DAX Roadmap

We'll learn DAX in this order:

Phase 1: DAX Fundamentals

  1. What DAX is
  2. Calculated Columns vs Measures
  3. Aggregation Functions
  4. Filter Context
  5. Row Context
  6. Context Transition
  7. Variables (VAR)

Phase 2: Essential Business Analysis DAX

  1. CALCULATE()
  2. FILTER()
  3. ALL(), ALLEXCEPT(), REMOVEFILTERS()
  4. DIVIDE()
  5. DISTINCTCOUNT()
  6. SELECTEDVALUE()
  7. SWITCH()

Phase 3: Time Intelligence

  1. Date Tables
  2. YTD
  3. MTD
  4. QTD
  5. Previous Period Analysis
  6. YoY Growth
  7. Running Totals

Phase 4: Advanced Analysis

  1. Ranking
  2. Dynamic Measures
  3. Virtual Tables
  4. Iterator Functions
  5. Performance Optimization

Phase 5: Real Business Scenarios

  1. Sales Dashboard
  2. HR Dashboard
  3. Financial Dashboard
  4. Interview Questions

About

This is a Power BI : DAX, learning resource created with help of ChatGPT

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors