on 2023 Mar 01 8:39 AM
Hi Team,
We have 2 restricted measures, Current Forecast & Previous Forecast. Current Forecast version is selected using the input control but in case for Previous forecast, it needs to be derived using property created in version dimension. The previous forecast version changes every month based on what is set in the version dimension property. It is not possible in the std stories, can this be achieved using Analytics designer as planning model.getmember API allows to fetch only for generic dimension.
Thanks & Regards,
Pranav Vyas
Request clarification before answering.
pranavvyas01
pranavvyas01if Previous Forecast is derived from a property in version dimension you can use FIND() in Input control formula to derive it. see an example below

In the formula you can use something like below.
FIND('X',[d/Version].[p/Forecast_Version],[d/Version].[p/ID])
Version Dimension setup. Forecast Version is the attribute and the value "X" identified what version id will be used in the input control. In this case it will be Forecast.

Input Control value:

Please upvote/accept if this helps.
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi nikhil_1486 ,
This is allowed only if i am using forecast layout. In case i want to use this formula input control somewhere else, say in my case restricted measure then it does not allow.
Thanks & Regards,
Pranav Vyas
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.