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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Help! - How to lookup the second value of a date column in ascending order using a measure?

I have a date column.

I need to lookup the second value of the column and use that in a if condition.

Can I do this without ranking the column?

 

 

Any help would be appreciated,.

2 REPLIES 2
v-yuta-msft
Community Support
Community Support

@Anonymous ,

 

Could you share some sample data and give the expected result?

 

Regards,

Jimmy Tao

Anonymous
Not applicable

I have two columns:

Start Date            End Date

      a                                a1

      b                                b1

      c                                c1

      d                                d1

 

My condition is to compare the two columns as follows:

if ( b>a1)

Yes - I should increment the no of comparisions - if (c>a1) & if (c>b1) and goes on if Yes again......

No - another condition.

 

Any help would be appreciated.

 

Thanks,
Anand

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors