Forum Discussion
selpaqm
Helper V
6 years agoearlier 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...
- 6 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])
selpaqm
Helper V
6 years agoGreg_Deckler
Community Champion
6 years agoselpaqm No access to that file
- selpaqm6 years ago
Helper V
can you please retry it.exampl.pbix