Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Solved! Go to Solution.
@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
@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.
@Anonymous - Use the name of the table in your DISTINCT, not the column name.
@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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.