This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi All,
I need a help to in power bi desktop, I have huge data and it has given as per heirarchy level but while i am trying to populate the data in table visual it shows as below. I only want to see uniq Finshied good & component combination in my table visual instead of duplicate as below of 123 & xyz.
| Finished Good | Component |
| 123 | xyz |
| 123 | xyz |
| 234 | xtr |
| 234 | tyu |
| 456 | iuy |
Thanks
Hi @Anil2264
Actually, if you put them into Table visual, Table visual won't show duplicate rows.
Also, you can try this,
1. remove duplicates in Power Query Editor
2. create a new unique table by Dax code,
Test = DISTINCT('Table')
There is also something I have encountered before, if you add columns from other unrelated tables in the visual, it will also cause this situation.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Use DISTINCT or VALUE Function
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 40 | |
| 39 | |
| 31 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 76 | |
| 61 | |
| 34 | |
| 30 | |
| 25 |