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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
TomLU123
Helper III
Helper III

Remove Duplicated Rows in a table

Hi Experts, 

 

I am creating a new table that collect all the dates of two other tables by using following formular.

Date Table =
UNION (
SELECTCOLUMNS('Overall Result',"Date",'Overall Result'[Date]),
SELECTCOLUMNS('Hiring Manager List',"Date",'Hiring Manager List'[Created]))

 

Is it possible to add some formular to remvoe duplicated date in this new table at the same time?

Formular.png

 

Many thanks!

 

Best regards,

Tom 

1 ACCEPTED SOLUTION
donsvensen
Skilled Sharer
Skilled Sharer

Hi Tom,

 

You could use DISTINCT 

DISTINCT(
UNION (

SELECTCOLUMNS('Overall Result',"Date",'Overall Result'[Date]),
SELECTCOLUMNS('Hiring Manager List',"Date",'Hiring Manager List'[Created]))
)

 

or consider doing the table using Power Query

 

/Erik

View solution in original post

1 REPLY 1
donsvensen
Skilled Sharer
Skilled Sharer

Hi Tom,

 

You could use DISTINCT 

DISTINCT(
UNION (

SELECTCOLUMNS('Overall Result',"Date",'Overall Result'[Date]),
SELECTCOLUMNS('Hiring Manager List',"Date",'Hiring Manager List'[Created]))
)

 

or consider doing the table using Power Query

 

/Erik

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.