Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
I have a table like below. I need to show the overall status of the category based on the sub- category.
1. If all the sub-categories are completed then Category is completed.
2. If each sub category is having 3 different status, category status should be Risk.
3. If sub categories having same status more than the other status, then category should be the Most status.
For Pen- Risk
Pencil- Completed
Marker- In progress.
TIA.
Category | Sub-category | Status |
Pen | Type 1 | Risk |
Pen | Type 2 | Completed |
Pen | Type 3 | In-progress |
Pencil | Type 5 | Completed |
Pencil | Type7 | Completed |
Marker | Type 8 | In-progress |
Marker | Type15 | In-progress |
Marker | Type 16 | Risk |
Solved! Go to Solution.
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LearnAndPractise(Everyday) ) |
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
15 | |
7 | |
6 |