I have a sales transaction fact table and customer dimension table. I have transaction-count as a measure.
I want my report as:
No. of Time Transaction doing Customers Transactions
1 10 10
2 6 12
3-6 5 ??
How can i achieve this in OLAP using mdx or even using excel but mainitaining pivot table structure.