How DAX calculates values
Writing measures in DAX is relatively easy to learn. But more complex calculations are not possible with simple measures like SUM () or COUNTROWS (). To understand this, we need to look at the way how DAX calculates values.
Read more