Forum Discussion

nick011's avatar
nick011
Frequent Visitor
2 years ago
Solved

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...
  • nick011's avatar
    2 years ago

    Thank you. I actually got what was needed from just this bit 

     

    Number.Round([PrimaryValue],[DecimalPlaces]))