cnct_countryfact_faostat_bioeco_wood_for_remov_pie_chart

SELECT 
    Country,
    NUTS_CODE,
    Unit,
    Year,
    value / 1000000 AS value,
    wood_product,
    position,
maxYearCountry
FROM [FISE].[latest].[v_countryfact_faostat_bioeco_wood_for_remov]
WHERE Year = maxYearCountry and value != 0 ORDER by position asc

No data