I have 2 fact tables coming from an Oracle DB. I have calculated the status of days overdue that I am going to display as column labels. I have calculated measures for count and sum of each table, when I put these in the value area and put the status as column labels I get the name of all of my measures as row labels, when essentially what I want is # and $ for row labels. The only way I can think of doing this is in the sql of each of my fact tables to create a union between 2 idential queries where the top query adds a UOM with value of # for all rows and the bottom query has the same UOM but $ for all rows. I could write the sql to sum and count these for me but I am looking for more flexibility. Can anyone think of another way???