The price target is built following these steps (presented in these recipes in Dataiku: 1st Prepare recipe, Group recipe, 2nd Prepare recipe):
which corresponding to the two two fields: forecast_unit_price (Fcst_Unit_Price_Est_Act_E for next 12 months) and last_invoice_price (Last_Invoice_Price_EUR_KG) in the Transparency Dashboard extracts
computed_unit_price = if(forecasted_unit_price == 0 || isNull(forecasted_unit_price), last_invoiced_price, forecasted_unit_price)