I have a MashUp where I have daily records.
I.e. Date, #
I am displaying a line chart where I can see # for every day.
I also want to display a bar chart where I can display # per week. I tried to accomplish this task by assigning my date axis with a different format "MMM YYYY" vs "DD. MMM YYYY HH". This however has no effect on the chart.
So is this possible to do or do I need aggregate the data somewhere else, i .e. in the data source.
How would I go about doing this providing I do not have access to the source data directly, i.e. cant change the original form of the data?