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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
brunotesser
New Member

Conditional Index

I need to add a Index Column with a condition.

If the value of the column [SheetRetryFlag] is "false", count one by one (increment one) normally.

If the value is "true", repeat the value from the previous row. So it returns something like this:

 

brunotesser_1-1653939003710.png

 

Can I do it with M? Any help is appreciated.

Thanks!

1 ACCEPTED SOLUTION
HotChilli
Community Champion
Community Champion

First Add an index to column (to maintain the order).

Then duplicate the table.

On one version keep the True values. on the other keep the False values.

Add an Index column called NewIndex to the False table.

Add a custom column called NewIndex to the True table (make it = null).

Append the tables together.

Sort by the original index column.

Do a Fill Down on the NewIndex column.

Let me know how you get on.

View solution in original post

2 REPLIES 2
HotChilli
Community Champion
Community Champion

First Add an index to column (to maintain the order).

Then duplicate the table.

On one version keep the True values. on the other keep the False values.

Add an Index column called NewIndex to the False table.

Add a custom column called NewIndex to the True table (make it = null).

Append the tables together.

Sort by the original index column.

Do a Fill Down on the NewIndex column.

Let me know how you get on.

It worked, thank you very much!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.