Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Here is my requirement,
Fact table contains Week, ID and Status
If there is no data for a week, chart needs to show the previous week's data.
For example,
Now the below chart needs to be built,
Completed
(count of ID with Status 'Y')
NotCompleted
3 (ID-1,2 from the above table, ID-3 is not
available in the above table, so it has to consider the status of ID-3 in Week 2012w01)
Is it possible to create this chart in UI itself?
Since we dont have ID in the dimension, above function will not work.
Any idea?