Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a weight as a measure in my table (Visualisation) and the value is coming as 28772201.5236.
I want to round it off to the nearest decimal and just keep two places of decimal.
I tried doing the number formatting but it just keeps two places decimal without rounding it off.
Please help.
Try using Round() function. Round(28772201.5236, 0.01) = 28772201.52
Try using Round() function. Round(28772201.5236, 0.01) = 28772201.52