Forum Discussion
Ankit041
9 years agoFrequent Visitor
How to round negative values
As you guys can see I have already applied Round up to 2 decimal place for Actual profit columns. But it seems that for some negative decimal values it is not applying and for some it is wor...
Ankit041
9 years agoFrequent Visitor
The problem is in the Query view it is rounding up to 2 decimal values. But as soon as I am reverting back to report view its is not getting round up..Strange isn't it.
Ankit041
9 years agoFrequent Visitor
This is the formulae Power BI is using
= Table.TransformColumns(#"Changed Type2",{{"Actual Profit", each Number.Round(_, 2), type number}})
Actual Profit is the Column Name.