Hello All,
I am quite new to Powerapps and have noticed a bug which I am unable to solve.
I have a sharepoint excel with KPIOwner and KPI as columns. There could be multiple owners for the same KPI in which case there would be multiple rows for the same KPI ex.
| KPIOwner | KPI |
| User A | OTD Asia |
| User B | OTD Asia |
| User B | OTD Americas |
I am using KPIOwner as a filter to filter out the Gallery where I am displaying KPI and it's value (value comes from a different list which also has KPI as a column).
On some occassions, I am not able to see all the KPI that belong to an owner. There are instances where it may only return OTD Asia for user B and not OTD Amercias (based on example seen above).
This is the formula I am using- Filter('Source,Title = 'Week DD_1'.Selected.Value,KPIDesc=KPIDesc in ForAll(Filter(Table1,Text(KPIowner)='Week DD_3'.Selected.Value),KPI)
Thanks in advance
edited: My column name is KPI and not KPIDesc. I have corrected this now. Sorry for the confusion