You Must Know in Power BI
You Must Know in Power BI
DAX
At first, I believed I needed
to learn all DAX functions.
But I was wrong —
you only need a handful of
core function categories
that you’ll use again and
again.
Instead of listing every
function, I’ve grouped them by
the kind of problems they help
you solve.
Trying to write:
❓Why?
Because measures don’t work row by row like Excel
formulas do.
This isn’t just for totals, you can use these functions to
extend and control your summary logic.
5. Exclusion / Inclusion Functions
Let’s say you want to find the total no. of products that
were sold but not returned. How would you do that?
And find the ones that exist in Sales but not in Returns.
Sales_Table Returns_Table
You have both Order Date and Ship Date in your model.
By default, visuals use Order Date to filter sales.
SalesTable
20:22
Naresh Kumar
Learn More