Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi,
I m trying to get Max([Weekly Service Sequence]) each TeamId and group them by values like (1,2,3, 4N'more).
i shared an example data and result sample to explain better.
Excel Link : Download Data
Solved! Go to Solution.
@Ewo Please try below steps
For your 1st Question - Create a New Table as below
Test261Out1 = SUMMARIZE(Test261Grouping,Test261Grouping[TeamId],"MaxWeeklyServiceSequence",MAX(Test261Grouping[WeeklyService]))
Then add a New Column to the above table as
SortKey = SWITCH([MaxWeeklyServiceSequence],1,1,2,2,3,3,4)
For 2nd Question - Create a New Table as below which will take the above created table as input.
Test261Out2 = SUMMARIZE(Test261Out1,Test261Out1[GroupName],Test261Out1[SortKey],"TeamCount",COUNTROWS(Test261Out1))
Then select GroupName field and change the "Sort By Column" under Modelling tab to SortKey field
Proud to be a PBI Community Champion
@Ewo Please try below steps
For your 1st Question - Create a New Table as below
Test261Out1 = SUMMARIZE(Test261Grouping,Test261Grouping[TeamId],"MaxWeeklyServiceSequence",MAX(Test261Grouping[WeeklyService]))
Then add a New Column to the above table as
SortKey = SWITCH([MaxWeeklyServiceSequence],1,1,2,2,3,3,4)
For 2nd Question - Create a New Table as below which will take the above created table as input.
Test261Out2 = SUMMARIZE(Test261Out1,Test261Out1[GroupName],Test261Out1[SortKey],"TeamCount",COUNTROWS(Test261Out1))
Then select GroupName field and change the "Sort By Column" under Modelling tab to SortKey field
Proud to be a PBI Community Champion
Thanks alot @PattemManohar ,
First Summarization and Switch function solved the problem 🙂
I made some changes on it and worked.
Thank you again for showing path.
Best,
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 29 | |
| 28 | |
| 20 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 35 | |
| 28 | |
| 20 | |
| 18 | |
| 17 |