© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
A. BoxUp and Running with DAX for Power BI https://doi.org/10.1007/978-1-4842-8188-8_1

1. Show Me the Data

Alison Box1  
(1)
Billingshurst, West Sussex, UK
 
The key to understanding DAX is getting to grips with the challenging concepts that underpin the expressions. Most DAX expressions you’ll write will amount to only a few lines of code, but it’s what goes on under the hood that is the secret to understanding their evaluation. For example, take this DAX expression:
  • =MAXX ( Customers, [Total Sales] )

It comprises a function, a table name, and a measure name. It should be simple to understand. However, to unravel the calculation behind this expression, you would ...

Get Up and Running with DAX for Power BI: A Concise Guide for Non-Technical Users now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.