Hello, i'm a beginner in PowerApp and i try to detect double in my table named CLIENT_CSPs and display the amount of double.
I already tried this but unfortunately this is not working :
CountIf(CLIENT_CSPs; cr3e4_name = ThisItem.cr3e4_name)
If you have any idea to solve my issue i'll take it
Thank you in advance for your help
I have the following idea.
Use this as your text:
Sum(AddColumns(GroupBy(CLIENTCSPs,"cr3e4_name","ByName"),"Count",CountRows(ByName)-1),Count)
You may have to put cr3e4_name in { } so that the syntax fits.
CLIENTCSPs (it's not a public database)
What‘s your datasource?
PS : indeed the formula work in my galery (CLIENTCSPs) but the problem is that i need the amount of double in my dashboard and not directly in my table
In my case i need to display the amount of double in an entry on my dashboard (my CLIENTCSPs Table is on another screen). I tried too with a gallery as lable text but nothing change 😞
(On the picture linked the position where i need to put the amount of doubles)
Did you write this formula as lable text in a gallery? The formula only works inside the gallery.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2