Hello everyone,
In my apps I have a datatable like this:
All columns (no Title) is choice column
I need to count how many "No" each column have
I hope it's possible to do it !
Solved! Go to Solution.
You can use the Countif() function to count rows in a data table that match a particular condition. Count, CountA, CountIf, and CountRows functions in Power Apps - Power Apps | Microsoft Docs
You can use the Countif() function to count rows in a data table that match a particular condition. Count, CountA, CountIf, and CountRows functions in Power Apps - Power Apps | Microsoft Docs
Thank you for you answer,
But now, how can I display these countIf, because I have around 80 columns in my datable so I have scrollbar (horizontal) so I just can´t put 80 labels for each count
What should I use ?
User | Count |
---|---|
141 | |
97 | |
89 | |
78 | |
56 |
User | Count |
---|---|
190 | |
187 | |
105 | |
99 | |
91 |