Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
i have beow data and i need to supress the duplicate values to a single one
current format
Expected format
Solved! Go to Solution.
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
Hi, I want the same but reverse. I have a single value but I want to duplicate it
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 , 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