Customer wat to see Transactional Description data at Natural Account level.
So Looking for Natural Account Description under GL Account in Finance - Budgetary Control Transaction Subject Area. We have DW_GL_CODE_COMBINATION_D dimension table available in the model. so we can introduce DW_NATURAL_ACCOUNT_D_TL table and do a join on NATURAL_ACCOUNT_SEGMENT from DW_GL_CODE_COMBINATION_D with GL_NATURAL_ACCOUNT_SEGMENT from DW_NATURAL_ACCOUNT_D_TL as a snowflake model. then populate GL_NTRL_ACNT_SGMNT_DESCRIPTION column into GL Account folder of presentation layer.