November 2022
Beginner to intermediate
475 pages
9h 16m
English
In the previous chapter you discovered how to use the FILTER() function to reduce the scope of calculations. In fact, when you learned about FILTER(), you learned how to create an iterator function. Iterators - to give them their usual name - are a set of DAX functions that allow you to process dataset tables (or even the virtual tables that you will learn about in Chapter 16) and add calculations.
The remaining iterator functions are different from FILTER(). This is because FILTER() does not add any new columns or calculations ...
Read now
Unlock full access