Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anil2264
Helper I
Helper I

How to Handle Duplicate Rows in Table visual

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 GoodComponent
123xyz
123xyz
234xtr
234tyu
456iuy

Thanks

2 REPLIES 2
v-xiaotang
Community Support
Community Support

Hi @Anil2264 

Actually, if you put them into Table visual, Table visual won't show duplicate rows.

vxiaotang_1-1643088452814.png

Also, you can try this,

1. remove duplicates in Power Query Editor

vxiaotang_2-1643088545151.png

vxiaotang_3-1643088590658.png

2. create a new unique table by Dax code,

 

Test = DISTINCT('Table')

 

vxiaotang_4-1643088937844.png

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.

mh2587
Super User
Super User

Use DISTINCT or VALUE Function


Did I answer your question? If so, please mark my post as a solution!


Proud to be a Super User!




LinkedIn Icon
Muhammad Hasnain



Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors