on 2024 Jun 24 10:48 AM
Hello SAP Community,
I need assistance with linking two models in SAP Analytics Cloud (SAC) using advanced formulas. I am encountering an error stating "Date is using a calendar hierarchy instead of a fiscal year." Here are the details of my situation:
Models:
Date([d/Measures] = "SUM" = LINK [OPEX], [d/Measures] = "SUM", [d/Date] = [d/Date])
I need guidance on the correct approach and syntax to link these two date dimensions.
Thanks,
Pooja.
The LINK function might not work if the date dimension in both model are of different hierarchy types. If its a user defined date dimension then in Fiscal date dimension, you can try maintaining an attribute with fiscal to calendar mapping. So maintain the calendar months against the calendar periods. Then try setting up the LINK as below
Date([d/Measures] = "SUM" = LINK [OPEX], [d/Measures] = "SUM", [d/Date] = [d/Date].[p/calendarperiod])
calendarperiod is the attribute.
Hopefully this may work.
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.