Notifications
Announcements
HiI have a powerapp which I'm creating a leavers form
Using SharePoint I have 3 columns; HolEnt, HolTaken and HolBal. From the HolEnt and HolTaken I need it to populate the difference in the HolBal column.I have made HolBal a calculated column and used =[HolEnt]-[HolTaken] in the formula area but it's not returning the value.HolEnt and HolTaken are Choice columnsHow do I go about getting the HolBal to return the difference of HolEnt minus HolTaken in powerapps?
Hi @russelln1
I believe you need to convert the choice values to int() before calculation
just testing this now
@russelln1- if you use this formula this should calculate it
If you convert to text then to int, you should be able to achieve this
I have used a gallery for the purpose of getting the people, holEnt and HolTaken
the formula I used to calculate holBal was:
Int(Text(ThisItem.HolEnt))-Int(Text(ThisItem.HolTaken))
Hi @russelln1 ,
Please try this formula in your SP list:
=VALUE([HolEnt])-VALUE([HolTaken])
Best Regards,
Bof
@v-bofeng-msft @SBax Thank you both for your comments - I will try both out tomorrow.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Kalathiya 393
WarrenBelz 345 Most Valuable Professional
MS.Ragavendar 271 Super User 2025 Season 2