My fact table looks like this
yesterday a
yesterday a
yesterday a
yesterday b
yesterday b
yesterday c
today a
today a
today b
today b
tommorow a
tommorow a
tommorow c
tommorow d
In the end I need an Excel report like this
repetition count
1 2 3
yesterday 1 1 1
today 0 2 0
tomorow 2 1 0
How to create a "repetion count" dimension in SSAS 2k5 ? Please keep in mind that my fact table is a liitle bit more complicated and I have more other dimension there.
My idea is to create a named query in DSV but I have some doubts if filtering will work correctly.