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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Create Table - How to go to the next column (Using Distinct)

Hello,

 

I would like to create a Table with three column,

 

Data[TripReference] (Distincted)

Data[DaysAway]

Data[CostCenterCode]

 

Tried ADDCOLUMNS, but I think I'm not getting the systax right.

 

 
NewData = ADDCOLUMNS(
"TripReference" ; DISTINCT(VALUES(Data[TripReference])) ;
"DaysAway" ; VALUES(Data[DaysAway]);
"CostCentre" ; VALUES(Data[CostCenterCode])
)
 

2019-08-01 15_52_12-TravelITDashboard - Power BI Desktop.png

 

Please advise..

1 ACCEPTED SOLUTION
ChrisMendoza
Resident Rockstar
Resident Rockstar

@Anonymous -

 

I replied to post https://community.powerbi.com/t5/Desktop/Calculated-Columns-that-relate-to-like-row-grouping/m-p/753289#M363013, using ADDCOLUMNS ( DISTINCT ...

 

Maybe that will help.

 






Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

Proud to be a Super User!



View solution in original post

2 REPLIES 2
ChrisMendoza
Resident Rockstar
Resident Rockstar

@Anonymous -

 

I replied to post https://community.powerbi.com/t5/Desktop/Calculated-Columns-that-relate-to-like-row-grouping/m-p/753289#M363013, using ADDCOLUMNS ( DISTINCT ...

 

Maybe that will help.

 






Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

Proud to be a Super User!



jdbuchanan71
Super User
Super User

Hello @Anonymous 

ADDCOLUMNS needs a table as the first argument, you are adding columns to the table you list.  Give this a try:

NewData = SUMMARIZE(Data,Data[TripReference],Data[DaysAway],Data[CostCenterCode])

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.