Forum Discussion
Lhansen435
Mar 13, 2026Copper Contributor
Power Query - merge based on compensation - issue with trailing decimals
I want to merge info together in Power Query based on Compensation. One table has a number listed as 2764.72 and the other has 2764.72000000003. How do I get rid of the trailing digits. both tabs ...
Riny_van_Eekelen
Mar 13, 2026Platinum Contributor
Set the data type for both as Currency (i.e. the $ sign). That rounds all amounts to two decimals.