Hi Folks,
I'm into a project using SSAS. I'm stuck when getting a little deeper into dimension usage:
What I got:
A time dimension table "dimTime"
A fact table "factEvent" with the two measures: "start" and "end"
What I want:
To display (in the cube browser for now) for every year/month/day how many events started and how many events ended.
2008 2009
started ended started ended
234 352 342 563
How can I achieve this? Full details please, I already tried a lot...
I'm into a project using SSAS. I'm stuck when getting a little deeper into dimension usage:
What I got:
A time dimension table "dimTime"
A fact table "factEvent" with the two measures: "start" and "end"
What I want:
To display (in the cube browser for now) for every year/month/day how many events started and how many events ended.
2008 2009
started ended started ended
234 352 342 563
How can I achieve this? Full details please, I already tried a lot...