Guide to DAX Ch 9 - Calculation Groups Flashcards
1
Q
What are two best practices when working with calculation items?
A
- Use them only to modify the behavior of one measure, not a complex calculation.
- Avoid using sideways recursion in a calculation group that is public. When using sideways recursion, be careful to avoid full recursion.
2
Q
What function is used often in a calculated item to allow a certain behavior to be applied to different measures?
A
SelectedMeasure