I have to create Calculated Measure Named as measure.[Non billable cost].
For that I need to use two base measure
1. Measure.[FRow_Cost]
2. Measure.[Cline_Cost amt]
and two dimension
1.Expenses
2.Account
So my definition for measure.[Non billable cost] is
[
Sum of [FRow_Cost] where Expenses type not equal to (expense_cost and expense_bill) AND
Account Code Not Equal to (40101,40102,40501,40580)
] + Measure.[Cline_Cost amt]
How should I write OR what will be the correct MDX query for above definition.
I have created but it throws error when I browse cube at EmployeeName level from Employee dimension
It takes too much time to execute and finaly throws error like Analysis service : time out.... something