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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
PradeepVarma
Regular Visitor

index and Match Function in Power BI

Hello,

 

Please refer to below snapshot and syntax of Y3 cell from Excel File, i am looking for equivalent DAX syntax to get similar output in Power BI.

 

Please review and suggest.

 

PradeepVarma_1-1604081793709.png

Thanks.,

Pradeep

2 ACCEPTED SOLUTIONS
wdx223_Daniel
Super User
Super User

in calculated column, this code might work =minx(filter(table,table[system name]=earlier(table[system name])&&table[mulfunction end date]>earlier(table[mulfunction end date])),table[mulfunction end date])

 

View solution in original post

@PradeepVarma  it could be

=averagex(filter(table,table[system name]=earlier(table[system name])),table[day between next brk])

View solution in original post

4 REPLIES 4
wdx223_Daniel
Super User
Super User

in calculated column, this code might work =minx(filter(table,table[system name]=earlier(table[system name])&&table[mulfunction end date]>earlier(table[mulfunction end date])),table[mulfunction end date])

 

Can you suggest syntax in DAX for below Excel formula

 

PradeepVarma_0-1604171989338.png

 

@PradeepVarma  it could be

=averagex(filter(table,table[system name]=earlier(table[system name])),table[day between next brk])

Great .. Appreciate your support

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.