Here is my problem. I have a chart with a measure of 'Duration' by Hour. Not every hour has data but when I chart it I would like the X-axis to have the full range of hours from 0 to 23.
The Y-axis has a 'Scale' option (because it is a measure I suppose) but not the X-axis (because it is a dimension?).
I have tried lots of ways to force the axis scale e.g. Creating a new single-column table with a row for each hour then outer joining this to my data table and using it to populate my 'Hour' dimension. However there are lots of issues like not liking the outer join, or producing cartesian joins or needing to link 2 data providers. Seems like every way I try it ends up in a dead end.
Does anyone have any clever ideas?
Beck![[wavey] [wavey] [wavey]](/data/assets/smilies/wavey.gif)
The Y-axis has a 'Scale' option (because it is a measure I suppose) but not the X-axis (because it is a dimension?).
I have tried lots of ways to force the axis scale e.g. Creating a new single-column table with a row for each hour then outer joining this to my data table and using it to populate my 'Hour' dimension. However there are lots of issues like not liking the outer join, or producing cartesian joins or needing to link 2 data providers. Seems like every way I try it ends up in a dead end.
Does anyone have any clever ideas?
Beck
![[wavey] [wavey] [wavey]](/data/assets/smilies/wavey.gif)