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
Anonymous
Not applicable

Distinct value with all columns of original table

Hi floks,
I have tired by trying to get DISTINCT value from the original table.
Here is my task is to create table with distinct value,I try DISTINCT(column_name), it retrun only one column with DISTINCT value.
But I want to display all columns.

Anybody please hlep me to clear this.

Thanks in advance ,
Sivanesan C

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try

 

New table = Distinct(Table)

 

New Table =summarize(Table, Table[Col1], Table[Col1] , ......... ) Add all columns

https://docs.microsoft.com/en-us/dax/summarize-function-dax

 

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

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous , In case issue is nor resolved. Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

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
Greg_Deckler
Community Champion
Community Champion

@Anonymous - Use the name of the table in your DISTINCT, not the column name.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Hi @Greg_Deckler ,
Thank you for the response.

amitchandak
Super User
Super User

@Anonymous , Try

 

New table = Distinct(Table)

 

New Table =summarize(Table, Table[Col1], Table[Col1] , ......... ) Add all columns

https://docs.microsoft.com/en-us/dax/summarize-function-dax

 

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
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