The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
24 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |