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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 25 | |
| 21 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 62 | |
| 34 | |
| 33 | |
| 24 | |
| 23 |