In SAP Datasphere (formerly known as SAP Data Warehouse Cloud), you can use SQL-like expressions in calculated fields to manipulate and format your data. Based on your requirement to concatenate "01" to the year and month values and generate a date-like value, you can use the following example to create a calculated field.
Assuming you have a table that includes a column `FSCL_YR` (Fiscal Year) and a column `FSCL_MNT` (Fiscal Month), here’s