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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
markmess77
Resolver I
Resolver I

Disable drop duplicates from table visual

I have a table visual in my report, but am experiencing an issue with "duplicate" rows. An example of my desired output of the visual would be

Company NameCountryCategory
123 CompanyUSA1
123 CompanyUSA1
123 CompanyUSA2
123 CompanyUSA3

However, the table visual automatically drops the duplicate rows so my actual output is

Company NameCountryCategory
123 CompanyUSA1
123 CompanyUSA2
123 CompanyUSA3

However, these rows are not true duplicates and should not be dropped. There is another column that differentiates the two, but cannot be displayed on the report. For example, behind the scenes the table looks like

Company NameCountryCategoryConfidential column (cannot be displayed)
123 CompanyUSA11
123 CompanyUSA12
123 CompanyUSA23
123 CompanyUSA34

This issue would easily be resolved if I could simply disable the visual from automatically dropping duplicates. However, I cannot seem to find the ability to do so. Am I missing something simple?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @markmess77 ,

Base on my research, Power BI will remove the duplicate rows automatically when put fields in visual. Sorry that I didn't find other good solution to prevent dropping duplicate rows except adding another column with unique values(just like @amitchandak suggested). You can also refer the solution in the following threads and check whether they can help you achieve your requirement.

Displaying rows with a duplicate same-column value

Duplicate data in Table visualization - Displaying as is Data

Best Regards

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @markmess77 ,

Base on my research, Power BI will remove the duplicate rows automatically when put fields in visual. Sorry that I didn't find other good solution to prevent dropping duplicate rows except adding another column with unique values(just like @amitchandak suggested). You can also refer the solution in the following threads and check whether they can help you achieve your requirement.

Displaying rows with a duplicate same-column value

Duplicate data in Table visualization - Displaying as is Data

Best Regards

amitchandak
Super User
Super User

@markmess77 , power bi display distinct set when all columns are un summarized.

 

Add an index column in power query and add that to the table - https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors