Forum Discussion
Anonymous
7 years agoNot applicable
Need Help
Hi Experts, I have a data and i need to find out what is the max period in the below data. please help me on this. Period Quarter 1 Q1 2 ...
- 7 years ago
Hi Anonymous
Create measures
max period = CALCULATE(MAX(Table1[Period]),ALLEXCEPT(Table1,Table1[Quarter])) month plan = MAX([Year plan])/12 Quarter plan = [max period]*[month plan]
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
sampathK
7 years agoMicrosoft Employee
Hello,
You can try this below, by going through New table
New Table=SUMMARIZE('Date','Date'[Quarter],"Max",MAX('Date'[Period]))