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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors