cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
flent
New Member

Need IF statement to add 1 to the column instead of overwriting with the value of 1

Hi,

I come from a background in R so this may not be a feature in Power BI but I am hoping that is not the case.  I need to create a column using an IF statement, and I want the value of this new column to increase by 1 every time the condition is met and do nothing when the condition is not met.  I have tried IF(logical_operator, +1) but it still seems to be overwriting the previous data in the column, not adding 1 to the existing value of the cell.  Any help would be greatly appreciated, I have searched near and far for this answer.

 

Thanks

 

2 REPLIES 2
JustJan
Responsive Resident
Responsive Resident

Hi @flent ,

 

When I use RANKX in the calculated column, together with a row-level condition I can achieve what you are looking for, if I understand correctly of course. 

2020-03-28 18_55_28-Window.png

 

So in this case the rows where the condition is not met, there is no value. The rank is now based on the Index column, but that could be any column of course. 

 

Hope this helps,

 

Regards, 

 

Jan 

BA_Pete
Super User
Super User

Hi @flent ,

 

I don't think DAX will help you here due to the recursive nature of your requirement. However, Power Query/M Language can perform recursive functions e.g. https://www.poweredsolutions.co/2019/07/01/recursive-functions-in-power-bi-power-query/.

 

Sorry this isn't an instant solution to your query, but hopefully it gets you pointed in the right direction knowing that there is potentially a way.

 

Good luck.



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
Join Arun Ulag at MPPC23

Join Arun Ulag at MPPC23

Get a sneak peek into this year's Power Platform Conference Keynote.

PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors
Top Kudoed Authors