Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to tabulate YoY sales with budget by given cut off month ?

Summary
How to tabulate YoY sales with budget by given cut off month ?
Content
Dear all,
Management want to have analytics with Year on Year comparison with a cut off month to compare sales revenue and budget.
I tried using presentation variable and
This is generated in BICS. Due to same year, budget is stacked in same year and the group is with different color. Anyone has experience to delivery such requirement ?
Please help.
Answers
-
I suggest you to create 3 new measures:
1) Sales Prev Year with formula FILTER(Fact.Sales USING Dim Date.Year=2016)
2) Sales Curr Year with formula FILTER(Fact.Sales USING Dim Date.Year=2017)
3) Budget
and show the 3 in a bar chart
0 -
Hi,
I did the mentioned steps to differentiate three measurement. However, when sales and budget are in the same year, it will stack into one bar. I want to display them in three separate bars with same products in same color; just like example in good old excel sheet.
Thanks, Dorothy
0