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

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

@Anonymous , 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

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

Thank you! Appreciate it

 

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.