Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Round Total Value Only

Hello,   I have a large table that requires accuracy to two decimal places for each line in a column. However, since the table is so large the overall total is showing a very visually wide number, ...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Never mind! Fixed it:

     

    Sales KG = if(DISTINCTCOUNT('Sales Line'[Item No.]) > 1, fixed(sum('Sales Line'[KG]), 0), sum('Sales Line'[KG]))