Today I learned something new, maybe only I didn't know about this, but still maybe some will find it userful :
Insetead of calculating like: total([Measure] within set [Set1]) - total([Measure] within set [Set2])
you can shorten to: total([Measure] within set set([Set1], -[Set2]))
Do you guys have any other small "good to know"?