Forum Discussion
SUMMING MAXIMUM VALUES
- Anonymous1 year ago
Hi Syndicate_Admin , hello Alex_Sawdo, thank you for your prompt reply!
Please verify the following measure:
MO = SUMX( SUMMARIZE( MARCACIONES, MARCACIONES[AREA], MARCACIONES[FECHA], "MaxPlanned", MAX(MARCACIONES[MO]) ), [MaxPlanned] )Result for your reference:
Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for the support. The formula didn't work for me but I'm sharing the files so you can help me please
https://docs.google.com/spreadsheets/d/1VyOXw5ckuLPMej0LiAwuKJdrj0EEA7EH/edit?usp=sharing&ouid=118176023069486866424&rtpof=true&sd=true
https://drive.google.com/file/d/1z0a8LRccPH7mBE4Cq_FjOZNcIzbjX6sq/view?usp=sharing
Hi Syndicate_Admin , hello Alex_Sawdo, thank you for your prompt reply!
Please verify the following measure:
MO = SUMX(
SUMMARIZE(
MARCACIONES,
MARCACIONES[AREA],
MARCACIONES[FECHA],
"MaxPlanned", MAX(MARCACIONES[MO])
),
[MaxPlanned]
)
Result for your reference:
Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.