Hi all, I am a newbie when it comes to Power Apps and am struggeling with getting information from a choice column into a pie chart.
The choice column is called "Saksstatus" and has four different choices:
Registrert
Lukket
Tiltak planlagt
Tiltak utført
The list is called "Registreringer"
I need a pie chart with the total number of each row with the different choices.
I have played around with AddColumn and GroupBy functions to no avail.
Anyone able to help?
I'd like to know that too. Did you ever find that solution?
I can get this to work fine, but would I modify to function to also show blank choices?
cheers
Thanks!
I have an additional dilemma.
In my SharePoint list, I have a text column named "Country".
In my app I have a dropdown which delivers a variable called "SelectedCountry" using formula Set(SelectedCountry,Country_selection.Selected.Result)
I'm trying unsuccessfully to add a filter to the chart formula, so the chart only displays data where the column "Country" is equal to "SelectedCountry"
Any help is appreciated!
Is there any way to show percentages for the same text out of Hundred% ?
Hi! I could use your help too.
How would I do this but with a list that has multiple words? I try to input MY list name with the words connected, and it's showing the error.
Thank you so much!
Thank you very much Wearsky, it worked like a charm 🙂
Hi @Binntore ,
I did a demo for you.
1\ This is my list.
2\ Add a pie chart and set its Items property to:
ForAll(Choices(LIST165.Saksstatus) As A,{Number:CountIf(ForAll(LIST165,ThisRecord.Saksstatus.Value) As B,B.Value=A.Value),Value:A.Value})
3\ The result is as follows:
Best Regards,
Wearsky
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2