Quantcast
Channel: SQL Server Analysis Services forum
Viewing all articles
Browse latest Browse all 14337

MDX query OR Calculated measure throwing Analysis services time out error

$
0
0

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


Viewing all articles
Browse latest Browse all 14337

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>