Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
HamidBee
Power Participant
Power Participant

How do I round a column which contains long decimal numbers to 2dp in Power Query?

I have a column in Power Query with values that contain many decimal places. Does anyone know how I can round up to the nearest two decimal places in Power Query?

 

Thanks

1 ACCEPTED SOLUTION
vojtechsima
Super User
Super User

Hi, @HamidBee ,
just use Number.Round function:

Number.Round(1.2345, 2)
that will return 1.23


 

View solution in original post

2 REPLIES 2
vojtechsima
Super User
Super User

Hi, @HamidBee ,
just use Number.Round function:

Number.Round(1.2345, 2)
that will return 1.23


 

Nice. Thank you very much. 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.