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
Otros Autores: Box, Alison, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2022.
Edición:1st ed. 2022.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009664712406719
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. .