Forum Discussion
nick011
2 years agoFrequent Visitor
Custom Decimal Places
Hello, Looking for a Power Query function similar to MySQL Format() - formats a number to a format like "#,###,###. ##", rounded to a specified number of decimal places, then it returns the result as...
- 2 years ago
Thank you. I actually got what was needed from just this bit
Number.Round([PrimaryValue],[DecimalPlaces]))
nick011
2 years agoFrequent Visitor
Thank you. I actually got what was needed from just this bit
Number.Round([PrimaryValue],[DecimalPlaces]))
- bhanu_gautam2 years agoSuper User
That's great