Forum Discussion

MarcUrdang's avatar
MarcUrdang
Post Patron
4 years ago
Solved

percentages

Hi .. I posted a question a moment ago but cannot find it .. I must say I find this forum tricky to navigate .. anyway I'm looking for adivice on how to obtain a %. I have to fields: Forcast and Ware...
  • v-yanjiang-msft's avatar
    4 years ago

    Hi MarcUrdang ,

    According to your description, here's my solution.

    Create a measure.

    aaFill measure column 2 =
    DIVIDE (
        [aaFill measure column 4],
        CALCULATE ( SUM ( 'Ops Data'[aQtyEXTRACT Forecast Qty] ), ALL ( 'Ops Data' ) )
    )
    

    Get the correct result.

    I attach my sample below for reference.

     

    Best Regards,
    Community Support Team _ kalyj

    If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.