Forum Discussion
Anonymous
8 years agoNot applicable
comparative measure for calculated column
Good evening Teachers Again I come to you for help, the following happens: I need to create a calculated column that groups information from computer models, where if the count of the ...
- 8 years ago
Hi,
Try this calculated column formula
=if(CALCULATE(COUNTROWS(Table1),FILTER(Table1,[Modelo]=EARLIER([Modelo])))<10,"Others",[Modelo])
Hope this helps.
Ashish_Mathur
Super User
8 years agoHi,
Show some data and the expected result.