Hello Folks,
Getting stuck with PowerApps PieChart hence need some help.
The requirement is to show 2 values as "Text on Title" and "Count or Percentage".
I tried the following formula however not getting the correct results - Ideally it should show respectively as follows:
GENTS (1)
LADIES (2)
CHILDREN (1)
AddColumns(GroupBy(Filter(colReport,DT07072024="Present"),Title,GroupedItems),Count,CountRows(GroupedItems))
List

PieChart
