Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!