I have dataset which includes decimals
@BRRLL99 If the number data types are in string then converting it into double will remove the decimals
Or if you are looking for a specific function then TrimRight() function will do the trick
TrimRight([NUMBERS],'0.')
@BRRLL99 what data type is your NUMBERS field? I can only replicate this in Alteryx by making it a string field. Double automatically removes the unnecessary decimals: