Hello Community,
I'm a newbie to powerpivot/dax.
I have created three measures: 2011 sales, 2012 sales, and 2013 sales (a simple calculation, sum sales where year = 2011, etc...)
I wish to create a 4th measure: 3-Yr Max Sales, which calculates the max of 2011 Sales, 2012 Sales, and 2013 Sales. I don't see how MAX, MAXA or MAXX can be used to accomplish this. I also have tried using a long if statement, "If 2011 is greater than 2012 and 2013, etc."
Any ideas??
Thank you,
Mike
I'm a newbie to powerpivot/dax.
I have created three measures: 2011 sales, 2012 sales, and 2013 sales (a simple calculation, sum sales where year = 2011, etc...)
I wish to create a 4th measure: 3-Yr Max Sales, which calculates the max of 2011 Sales, 2012 Sales, and 2013 Sales. I don't see how MAX, MAXA or MAXX can be used to accomplish this. I also have tried using a long if statement, "If 2011 is greater than 2012 and 2013, etc."
Any ideas??
Thank you,
Mike