Forum Discussion

RealTrentG's avatar
RealTrentG
Frequent Visitor
1 year ago
Solved

Power BI roundup not calculating correctly

Trying to use the ROUNDUP function to round a column I created in a table, but it is not rounding properly in all cases.  The 'PEOPLE REQD' column is just the 'PIECES' column divided by 3,000, no pro...
  • v-echaithra's avatar
    v-echaithra
    1 year ago

    Hi RealTrentG ,

    Thank you for reaching out to Microsoft Community.
    I hope the below measure works as per your requirement.

    MERCH REQD = ROUNDUP(SUM('Table (2)'[PIECES]) / 3000, 0)

    If this helped, please mark it as the solution so others can benefit too. And if you found it useful, kudos are always appreciated.

    Thanks,
    Chaithra E.