I have an employee dimension that has each employee wage as an attribute. I would like to use this wage amount in a calculated measure to determine the wage cost based on time that was spent on the phone.
Employee Relationship
I created a calculated measure that attempts to multiply the wage by the call hours:
[Measures].[Call Hours]*[Employee].[Base Wage Amt].currentmember
After deploying the cube and dragging the employee name, wage, call hours and the new calculated measure, everything shows up except for the new measure which shows as blank in Excel.
Can someone help me out?