Re: Build a Pie Chart from a SP List
HI @RaphaelMelo,
Could you please tell me that if this Status column is Text column type?
If so, you just need to set the PieChart Items property as below:
AddColumns(GroupBy(list1,"Status","Gs"),"Count",CountRows(Gs)).Count
Then set the Labels and Series as Count

What's more, set the Legend Items property as below:
GroupBy(list1,"Status","Gs")
