Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 37 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 130 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |