Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I can round down column values using the following function:
Number.Round(_, 2)
Instead of using a constant number of decimals places (e.g. 2 above), can I link this to the value in another column? e.g.
Number.Round(_, [Decimal Places Column])
Thanks
Solved! Go to Solution.
Yes. That formula will work, if the [Decimal Places Column] is an integer data type.
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
I added another column to do the rounding calculation and the query works OK now.
Thanks.
Yes. That formula will work, if the [Decimal Places Column] is an integer data type.
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@Hi @mahoneypat & @Anthony_W,
It may not be that simple and depends on the context. The one that you provide seems to relate to column transformation. This function ignores all other columns, therefore they cannot be referred to (easily). However, you can create a new column referring to the original number and the number of decimals columns/field.
Kind regards,
John
I added another column to do the rounding calculation and the query works OK now.
Thanks.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.