Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am having a bar chart and there i am facing issue with the values.
The value what i am getting in text box is correct, but the value what i am getting in bar chart is wrong.
Can you please tell me where i am making wrong. For reference please find the attached app.
Thanks,
Bharat
Since there is no dimension and you are looking at just the value of a specific month, you are able to look at the correct value... but since you are looking to get the whole month... you will need to Inter-Record Functions
What you need is to make sure that the MonthYear field is sorted in ascending order and then you can create Year in your Fact table itself without needing to create a bridge table...
Thank u genius .. Thank u so much...