Forum Discussion
Anonymous
5 years agoNot applicable
Blank duplicate values
i have beow data and i need to supress the duplicate values to a single one current format Expected format
- Anonymous5 years ago
Hi Anonymous ,
Create a calculated column as below.
Column = var min_date = CALCULATE(MIN('Table'[date]),ALLEXCEPT('Table','Table'[company name])) return IF('Table'[date]=min_date,'Table'[company name],BLANK())Best Regards,
Jay
Anonymous
2 years agoNot applicable
Hi, I want the same but reverse. I have a single value but I want to duplicate it