I am very new to OLAP and Analysis services. Trying to create a Cube for the following requirement...
I have a table which stores information about phone calls made by customers. Based on "Call Duration", I need to create details like
-- On any given day/month/quarter/year, how many calls were handled within 5 minutes ,within 10 minutes, within 15 minutes and so on.
I Created a cube with standard "Time" dimension and "Call Duration" as Measure. Also created a Calculated Member to count for calls within 5,10,&15 minutes
If my sample table contains three records for current date with CallDuration as 4,6,7, browsing the cube produce result for that day as
CallDuration as 17
Within5 as 0
Within10 as 0
Within15 as 0
Since the [Call Duration] has the value of 17 at the [Day] level of Time dimension, the condition to check whether CallDuration is less than certain minutes is always false.
I would really like to see
Value 1 being reported for Within5 and
Value 2 being reported for Within10
Any help would be appreciated .
Thanks
I have a table which stores information about phone calls made by customers. Based on "Call Duration", I need to create details like
-- On any given day/month/quarter/year, how many calls were handled within 5 minutes ,within 10 minutes, within 15 minutes and so on.
I Created a cube with standard "Time" dimension and "Call Duration" as Measure. Also created a Calculated Member to count for calls within 5,10,&15 minutes
If my sample table contains three records for current date with CallDuration as 4,6,7, browsing the cube produce result for that day as
CallDuration as 17
Within5 as 0
Within10 as 0
Within15 as 0
Since the [Call Duration] has the value of 17 at the [Day] level of Time dimension, the condition to check whether CallDuration is less than certain minutes is always false.
I would really like to see
Value 1 being reported for Within5 and
Value 2 being reported for Within10
Any help would be appreciated .
Thanks