I'm trying to calculate cumulative transactions counts by month within quarter using MDX. How can I achieve this.
Assuming you have a proper date dimension set up, you can use the QTD() function to accomplish this.