Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

How to get data that not sum & not count

Hi all,

 

Previously I merger SAP_PPT_EV_ProductionOrderConfirmationAdd (3) with SAP_PPT_EV_MaterialDocument_TotalGR by production order to get the total GR and the table show as below. Do you have any possible formulation to get only 1 row of value for each production order after the merge process?

 

Currently with this data, I'm getting the wrong data since Powerbi will sum the Total GR / count the Total GR. Is there any way so that I can the right data which is not sum & not count.

 

 

SAP_PPT_EV_ProductionOrderConfirmationAdd (3)
Production OrderAbnormality Category Abnormality Quantity (M2) Machine Total GR 
100001709052C1_Scratch                                         58.50640 CH Machine  10,368.00
100001709052C7.Moist.W                                         87.00640 CH Machine  10,368.00
100001709052C7.Moist.W                                         28.50640 CH Machine  10,368.00
100001709052C7.Moist.W                                         18.00640 CH Machine  10,368.00
100001709052A5.Adh Line                                         87.00640 CH Machine  10,368.00
100001709052O.Fluct.Mch                                                -  640 CH Machine  10,368.00
100001709052Depr.Cst                                                -  640 CH Machine  10,368.00
100001709052O.fix.Mch.C                                                -  640 CH Machine  10,368.00
100001709052Ind.Mch.Cst                                                -  640 CH Machine  10,368.00
100001709052Preparation                                                -  640 CH Machine  10,368.00
100001709052Handling                                                -  640 CH Machine  10,368.00
100001709052Others                                                -  640 CH Machine  10,368.00
100001709052Pwr.Cst                                                -  640 CH Machine  10,368.00
100001709052MP.Cst                                                -  640 CH Machine  10,368.00
100001709052Depr.Cst                                                -  640 CH Machine  10,368.00
100001709052Depr.Cst                                                -  640 CH Machine  10,368.00
100001709052Depr.Cst                                                -  640 CH Machine  10,368.00

4 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi lbendlin ,

       

      My expected outcome as below

       

      Production OrderAbnormality Category Abnormality Quantity (M2) Machine Total GR 
      100001709052C1_Scratch                                         58.50640 CH Machine  10,368.00
      100001709052C7.Moist.W                                         87.00640 CH Machine0
      100001709052C7.Moist.W                                         28.50640 CH Machine0
      100001709052C7.Moist.W                                         18.00640 CH Machine0
      100001709052A5.Adh Line                                         87.00640 CH Machine0

       

      Regards,

      Nuha

      • lbendlin's avatar
        lbendlin
        Super User

        Would you always assign the "Total GR" value to the C1_Scratch abnormality?

         

        It may be easier to create a proper data model. That way you don't need to do the merges, and the data model can do all the work for you.