on ā2025 Feb 21 10:03 PM
I just started to explore the SAP Analytics Cloud add-in for Excel and I was wondering how to get the YTD numbers for P&L. I have tried to use the SAP GET DATA formula but have been unsuccessful.
Your help will the greatly appreciated.
Thanks
Request clarification before answering.
I had to create calculated measures in the modeler so that can be reference in the GetData statement. You will always need a time period in the same rows/columns where you use this new measure.
LOOKUP([GC], [d/Time] = ToPeriod("Year")) can also have a QTD just replace Year with Quarter in a new measure.
GC is my group currency value, [d/Time] is my Time dimension type
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Before restricted measure is supported in SAC add-in, the only option to have YTD is by levarge formula like YTD from calculated measure/account in model.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 36 | |
| 27 | |
| 21 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.