Congratulations!

Intermediate Power Query in Excel

Lyndsay Girard

Performance Analytics Consultant

Combining queries in Power Query

 

  • Appending queries
  • Merging queries
  • Join types
  • Special join conditions

Illustration depicting multiple datasets after appending data

Illustration depicting two datasets before merging data

Intermediate Power Query in Excel

Custom Columns

 

  • How M code is generated
  • Custom Columns
  • Nested Conditional logic
  • Advanced indexing

Ch2_Before_Groupby_AllRows_GroupedIndex.png

Intermediate Power Query in Excel

M Formula Language

 

let
    MyTable = Table.FromRecords({
    [ID = 1, Name = "A", Result = 10],
    [ID = 2, Name = "B", Result = 5]})
in
    MyTable

 

  • Advanced Editor
  • Value types
  • Built-in functions
  • Query Parameters
  • Custom Functions
Intermediate Power Query in Excel

Congratulations!

Intermediate Power Query in Excel

Preparing Video For Download...