I have table with 60 columns for e.g the table looks like below
Name Process1 Process2 .............. Process59
A 1 2 0
B 4 0 0
C 2 3 1
In the powerapp - i have already got the name from the user. in our case if the user picks "A" then i want my gallery to only show the process columns where A has value greate than 0
in this case if "A" is selected then the gallery will only display Process 1, process 2 and its value
if the user selects "B" then only Process 1 will get displayed
How do i go about achieving it - i know i have to play with filter - but how do i loop through all columns in the table to find value greater than 0 for the selected user?