Time Dimension & Value not adding correct
I have a model which has the time dimension (in days) and line items which are date formatted. I'm trying to create a chart which correctly replicated the progress of time change but for some reason any value is not mapping to the x axis of the chart. I have attached a picture for better understanding. In the picture you can see that no matter what the value is, the data point is always at 0 (i.e. 2024).
I am wondering if this is a system constraint or is there a work-around it?
I'm always wondering if the TIME dimension is being treated as a numeric value rather than a time value.
Thank you!
Answers
-
I think its due to the date format and needs a number format line item.
Workaround01: Possibly you can create a new line item and convert the date into number format using functions like DAY, MONTH, YEAR< TEXT, VALUE, so 01/01/2024 will look like 20240101, and based on this number, it might show the chart the way you're expecting.
Workaround02: Try other charts as well.
Try it out. Not sure of the result but let's see how it goes. I'll also explore this one!
0