Description
Book SynopsisTake 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 introductory book on DAX. A number of the topics you will learn, such as the concepts of context transition and table expansion, are considered advanced and challenging areas of DAX.
While there are numerous resources on DAX, most are written with developers in mind, making learning DAX appear an overwhelming challenge, especially for those who are coming from an Excel background or with limited coding experience. The reality is, to hit the ground running with DAX, it''s not necessary to wade through copious pages on rarified DAX functions and the technical aspects of the language. There are just a few mandatory concepts that must be fully understood before DAX can be mastered.
Table of Contents
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