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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.