Good morning, Power Apps Community,
What is the best scenario to get an average value between two values? Shooting a blank today.
[Overall score] / [Weighted score] = Cumulative score %
Thank you in advance.
Solved! Go to Solution.
You can use the AVERAGE function, https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/functions/function-aggregates
Average([Overall score],[Weighted score])
Hi @oappdev , you can multiply this by 100 or use the Text Function
Text(Average(…),“0%“)
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-text
You can use the AVERAGE function, https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/functions/function-aggregates
Average([Overall score],[Weighted score])
Thank you, @GeorgiosG I forgot about that function. How can I now display decimal numbers as a percentage?
Hi @oappdev , you can multiply this by 100 or use the Text Function
Text(Average(…),“0%“)
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-text
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
181 | |
52 | |
41 | |
38 | |
33 |
User | Count |
---|---|
245 | |
80 | |
71 | |
69 | |
66 |