Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

date dimention in table

hi,

i have this table in my scheme-

datename
1.1.14A
2.1.14B
3.1.14A
4.1.14A
5.1.14B
6.1.14A
7.1.14B

and this table in my model (PIVOT)-

name1.1.142.1.143.1.144.1.145.1.146.1.147.1.14
A1111
B111

if im filtering only on name 'A'  its giving me only the date (1.1.14,  3.1.14,  4.1.14,  6.1.14) and 1 in all the columns

i whant that it will show me all tha dates not just the date that A active...

i tried show all values

and i unchacked the supress null...

help please,

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

You can do this with a disconnected (island) table. Because the island date field is not connected to the main table, selecting a name does not reduce the possible date values. See the attached example.

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable

Hello,

Why do not you use Pivot table with date and name as dimension and 1 as expression. And then drag the date field to vertical.

Thanks.

Angad