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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Afiq_Danial
Helper II
Helper II

Calculated Column

Hi, I'm still new to DAX and Power BI. I need help creating the 2 new columns. I want to have a table like this:

Afiq_Danial_2-1666252151298.png

 

 

 

 

The table that I have right now looks something like this:

 

Afiq_Danial_3-1666252161099.png

 

 

Note: I can't use PQ as it will affect my other datas. I have to create the 2 new columns.

Thank you very much!

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Afiq_Danial , New column in DAX

 

New start Date = minx(filter(Table, [Job Name] = earlier([Job Name]) ), [Start Date])

 

 

New end Date = Maxx(filter(Table, [Job Name] = earlier([Job Name]) ), [end Date])

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

2 REPLIES 2
amitchandak
Super User
Super User

@Afiq_Danial , New column in DAX

 

New start Date = minx(filter(Table, [Job Name] = earlier([Job Name]) ), [Start Date])

 

 

New end Date = Maxx(filter(Table, [Job Name] = earlier([Job Name]) ), [end Date])

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

Thank you! Appreciate it

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors