Forum Discussion
fabd
Helper I
6 years agoHow to group by ?
Hi, sorry for this basic question. I hang around the community before posting. I found some help, but i was not able to implement these advice in my case. So, i have a following table : ...
- 6 years ago
Hello @fabd ,
I'm sorry for my mistake. Please try the formula below.
Table 2 = SELECTCOLUMNS ( 'Table', "Model", 'Table'[Model], "DateMonth", 'Table'[datemonth], "CPU", 'Table'[CPU], "Frequency", 'Table'[Frequency], "RAM", 'Table'[RAM], "DistinctCount", CALCULATE ( DISTINCTCOUNT ( 'Table'[Model] ), ALLEXCEPT ( 'Table', 'Table'[datemonth] ) ) )I changed the sample data. For more information, see the attachment.
fabd
Helper I
6 years agoHi again,
Thanks for the quick tutorial for working with a new table.
I successed to do what i want. Thanks all of you for your help !
v-xuding-msft
Community Support
6 years agoHi fabd ,
Glad you have resolved it.🙂 Can you please share your formula and accept it as a solution? More people who have the same requirement will benefit here.