Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Returning the Max value

Hello, I have some data that I am trying to return the max value of a column. I am newish to power bi and Dax and cannot seem to figure out how to write the proper function to complete the task. If anyone can help it will be greatly appreciated! 

 

Sample data:

VendorWordsYearMonthMax
Jim6502018/091250
Jim6002018/090
Tim1002018/050
Tim3002018/03300
Matt5002018/02500
Matt4002018/010
Jake6002018/010
Jake7002018/10

900

Jake2002018/100
Tom9002018/12900
Tom4002018/010
Tom1002018/110

 

I am trying to find the max amount of words each person can write in a month if there are multiple entries per month then I am looking to sum them together. I am trying to filter by vendor and YearMonth. I only want to see the Max amount each person can do. If anyone can help me write a formula I would really appreciate it. 

Thanks in advance!