Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 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
OAC Calculations

I’m building a pivot table in Oracle Analytics Cloud with Month on columns and Category on rows, showing three measures under each month: YTD Previous Year, YTD Current Year, and Evolution. For YTD Previous Year, I’m using the formula Filter(PERIODROLLING(SO Value, -24, -12, Month) using Year(Date) = @calculation("PreviousYear"))
. The problem is that all rows for YTD Previous Year show the same value unless I add another measure (like Quantity or Value) to the table, sometimes the YTD Current Year also messes up (Formula: TODATE(SO Value, Year)
). How can I make this measure return different values per category without having to add another measure as a workaround?
Answers
-
Hi,
Welcome to the Oracle Analytics community and forum.
What is your workbook based on? A dataset or a subject area?
0 -
Thanks!
It's combination of both (dataset and subject area), is that an issue?0