- Read all leaf elements from the dimension:
Region
. print them out. - Add a new leaf elements:
Taiwan
toRegion
. Add it into the hierarchy - Extra: add
Bubble Tea
to theProduct
dimension. Include it in the Hierarchy - write new sales values to the
Sales
cube forLager
orBubble Tea
for2021
actuals
forTaiwan
- Read all actuals from 2021 (Using MDX or a cube view) for a given product and region pair as a dataframe! multiply the values in the dataframe with 1.1 and writes the data back to year 2022.
- Build a separate script to clear forecast data for a given year, region and product (calling a bedrock process)
- Build an end to end script that builds a
Food
dimension from the sharepoint filepopular_taiwan_dishes.csv
. You can find a script that reads the file sharepoint to CSV in the samples folder. - Load the dimension
Chips
from the Cloud instance to your TM1 instance - Now also load the attribute values for
Chips
. Make it faster!
- Build a streamlit app with buttons and text fields that allow user to trigger the scripts you wrote in the sections above
- Add a cubewise logo to the streamlit app
- Add a navigation panel to the streamlit app
- Make it pretty. Be creative :)
- Discuss among ourselves
- Ask Google
- Ask ChatGPT
- Ask me