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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
alexobip
Frequent Visitor

PowerPivot Use if statement and a previews value of a row from the same column

I am trying to find a way of using this formula 

=IF(A2="";"";IF(AND(B2=B1;AF2<>AF1);(AR1+1);IF(AND(B2=B1;AF2=AF1);AR1;IF(B2<>B1;1))))

in power pivot. Is there a way I can do that?photo1.jpg

 

1 REPLY 1
AlexisOlson
Super User
Super User

An exact translation is rather difficult but it's certainly possible to index per group as it appears you're doing here.

 

See here for how this works:
https://www.myonlinetraininghub.com/numbering-grouped-data-power-query

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.

Top Solution Authors