Forum Discussion
selpaqm
5 years agoHelper V
earlier function combine with other columns
Hi, I have a table as below. Column uses "Column = VAR _count= CALCULATE(COUNTROWS('Table'),FILTER('Table','Table'[salesman/country]=EARLIER('Table'[salesman/country])&&'Table'[Index]>=EAR...
- 5 years ago
selpaqm , refer this can work as a new column
Column =
VAR _count= CALCULATE(DistinctCount([Method]) ,FILTER('Table','Table'[salesman/country]=EARLIER('Table'[salesman/country])))+0
return if(_count>1,"Mixed", [method])
Greg_Deckler
5 years agoCommunity Champion
selpaqm No access to that file
selpaqm
5 years agoHelper V
can you please retry it.exampl.pbix