Currently I have one field in a SQL DB table called Amount. This field will be used in a Reporting Services report that uses SSAS OLAP Cube behind to display the winners and the payments. The column payment of the report must use this field (I mean Amount), filtered by the status X and the column winners must use this field (Amount too) filtered by status Y. How can I do this in the cube to use the same measure represented in two columns with their values filtered?
I tried to use the measure expressions but I don't know if this trick could help. I also heard about calculated measures but don't know how it works.
Any ideas?