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! Request now

Reply
LUCASM
Helper IV
Helper IV

LOOKUP first date in remote table

I am trying to get a (fictitious) first date from my 'Calendar' table where I only have a [Fiscal Year Quarter] in my source data.

My 'Calendar' table contains a complete running table of [Date], [Fiscal Year Quarter] and other useful date elements.

 

So if in my source data set [Fiscal Year Quarter] = FY24 Q1

Then I need to return 1/4/2024 (1 April 2024)

 

This assumes that my Fiscal Year Starts 1 April 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@LUCASM 

is this what you want?

 
Column =
 VAR _q=right('Table'[Fiscal Year Quarter],1)*1
 VAR _m=_q*3+1
 return DATE(2000+MID('Table'[Fiscal Year Quarter],3,2)*1,_m,1)
 
11.PNG




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
ryan_mayu
Super User
Super User

@LUCASM 

is this what you want?

 
Column =
 VAR _q=right('Table'[Fiscal Year Quarter],1)*1
 VAR _m=_q*3+1
 return DATE(2000+MID('Table'[Fiscal Year Quarter],3,2)*1,_m,1)
 
11.PNG




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




It's not a lookup but it certainly solves my problem, Thank you

you are welcome





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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
Top Kudoed Authors