Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Latest commit

 

History

History
113 lines (79 loc) · 3.74 KB

README.md

File metadata and controls

113 lines (79 loc) · 3.74 KB

Exercise 12 - Year over Year comparison

📝 Note: This is part of the Fast Track and a mandatory exercise.


In this exercise, we will setup a story in SAP Analytics Cloud, which allows us to do a Year over Year comparison of our revenue information

  1. Log On to your SAP Analytics Cloud tenant.


💡 Tip: The system will ask you to resign in.


  1. Select the menu Stories in the left-hand panel

  2. Select the option Canvas to create a new Story.

  3. Select "Classic Design Experience" when asked "What design mode would you like to use?"

  4. In the toolbar click on “Data” (top left) to add data from SAP Data Warehouse Cloud to your Story

  5. Select the option Data From Data Source.

  6. Open the list Connect to Live Data.

  7. Select the entry SAP Data Warehouse Cloud.

  8. You will be asked to select Connection to SAP Data Warehouse Cloud.

  9. Please select "SAPDWC" as the connection


  1. When being asked to select your SPACE e.g. GE12345.

  2. Click OK.

  3. Afterwards you will be asked to select the Analytical Data Set or the Perspective from your Space.

  4. For our first example, we will use the Analytical Data Set – Sales View – Analytical Dataset.

  5. Click OK.

  6. Select the option to add a Chart.

  7. Now select the newly created empty chart on the canvas.

  8. Navigate to the Builder Panel on the right hand side.

  9. Click Add Dimension as part of the Dimensions section.

  10. Select Transaction Date.

  11. Click Add Measure as part of the Measures section.

  12. Select measure Revenue.

  13. Now click on the hierarchy icon for dimension Transaction Date in the Builder Panel.

  14. Select the option Set Hierarchy.

  15. Select the entry Year, Quarter, Month, Day.

  16. Click Set.

  17. Now click on the hierarchy icon for dimension Transaction Date in the Builder Panel a second time.

  18. Select the option Level 4 – which represents the Month level.

  19. Your chart should look similar to the image shown below.

  20. So instead of looking at two years of data, we want to look at the current year – 2022 – and see the variance compared to the last year data.

  21. Click on the Filter icon for dimension Transaction Date.

  22. Select the option Filter by Member.

  23. Open the list of members and select the year 2022.

  24. Click OK

  25. Now click on the hierarchy icon for dimension Transaction Date in the Builder Panel.

  26. Select the option Level 3 – which represents the Month level now as we selected a Year as entry point.

  27. Open the More menu for the chart (top right corner).

  28. Select the menu Compare to

  29. Select the option Previous Year.

  30. Your chart should look like this.

  31. In the File menu select the option "save" to save your story.

  32. Create a User folder that matches your Space name, e.g. GE12345.

  33. Enter a Name and Description like Year over Year comparison.

  34. Click OK.

Summary

You've now created your first SAP Anayltics Cloud Story on top of the data model you created earlier.

Continue to - Exercise 13: Revenue by Geography (requires Exercise 08 to be completed)