Cargando…

Up and running with DAX for Power BI : a concise guide for non-technical users /

Take a concise approach to learning how DAX, the function language of Power BI and PowerPivot, works. This book focuses on explaining the core concepts of DAX so that ordinary folks can gain the skills required to tackle complex data analysis problems. But make no mistake, this is in no way an intro...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Box, Alison (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, NY : Apress, [2022]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Chapter 1: Show Me the Data
  • Chapter 2: DAX Objects, Syntax & Formatting
  • Chapter 3: Calculated Columns & Measures
  • Chapter 4: Evaluation Context
  • Chapter 5: Iterators
  • Chapter 6: The CALCULATE Function
  • Chapter 7: DAX Table Functions
  • Chapter 8: The ALL Function and All its Variations
  • Chapter 9: Calculations on Dates: Using DAX Time Intelligence
  • Chapter 10: Empty Values Versus Zero
  • Chapter 11: Using Variables: Making Our Code More Readable
  • Chapter 12: Returning Values in the Current Filter
  • Chapter 13: Controlling the Direction of Filter Propagation
  • Chapter 14: Working with Multiple Relationships Between Tables
  • Chapter 15: Understanding Context Transition
  • Chapter 16: Leveraging Context Transition
  • Chapter 17: Virtual Relationships: the LOOKUPVALUE and TREATAS Functions
  • Chapter 18: Table Expansion
  • Chapter 19: The CALCULATETABLE Function.