Forum Discussion
How to summarize a table for the maximum value
- 5 years ago
Hi, leniorcortivo
Please check the below for creating a new table.
Result Table =
GROUPBY (
'Table',
'Table'[Cod 1],
'Table'[Cod 2],
"Cod3", MAXX ( CURRENTGROUP (), 'Table'[Cod 3] )
)https://www.dropbox.com/s/og3pw910w297dh4/lenior.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Hi, leniorcortivo
Please check the below for creating a new table.
Result Table =
GROUPBY (
'Table',
'Table'[Cod 1],
'Table'[Cod 2],
"Cod3", MAXX ( CURRENTGROUP (), 'Table'[Cod 3] )
)
https://www.dropbox.com/s/og3pw910w297dh4/lenior.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM