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
Yes I did but still the value of the highlighted ones are not changing at all
Anonymous
9 years agoNot applicable
Can you show us the formula for that measure and the data type and formatting on it from the Modeling tab?
- Ankit0419 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.
- Ankit0419 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.
- Anonymous9 years agoNot applicable
Right, so after you load it from the query when you're back in the report, check the formatting in the Modeling tab.