Abdelrahman Abdou
New Member
- Joined
- Apr 29, 2017
- Messages
- 2
HI,
I have a dataset that looks as follows:
Computer Name | Number of Cores | Group
Computer 1 | 2 | Group 1
Computer 2 | 4 | Group 2
Computer 3 | 6 | Group 3
Computer 1 | 2 | Group 1
I need to build a DAX calculated column that can get me the number of cores per computer per group. I need the formula to ignore duplicate computers (The data could contain duplicate computers) and count the cores on the first occurrence only. Let me know if you need any further information.
Regards,
Abdelrahman
I have a dataset that looks as follows:
Computer Name | Number of Cores | Group
Computer 1 | 2 | Group 1
Computer 2 | 4 | Group 2
Computer 3 | 6 | Group 3
Computer 1 | 2 | Group 1
I need to build a DAX calculated column that can get me the number of cores per computer per group. I need the formula to ignore duplicate computers (The data could contain duplicate computers) and count the cores on the first occurrence only. Let me know if you need any further information.
Regards,
Abdelrahman