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
3 Replies
- amitchandakSuper User
Anonymous , You can display in a matrix with the stepped layout https://docs.microsoft.com/en-us/power-bi/visuals/desktop-matrix-visual#stepped-layout-with-matrix-visuals
- AnonymousNot applicable
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
- AnonymousNot applicable
Hi, I want the same but reverse. I have a single value but I want to duplicate it