Hi
I have a sharepoint list as below
Name Rep_Area Report
abcd PowerBI abcd
efgh Sales efgh
hijk Finance hijk
Here i want to show all Report where Rep_Area = PowerBI in a combo box.
I use the below but it should all Report not just where Rep_Area = PowerBI
Filter(Distinct('listname', Report), "PowerBI" in 'listname'.Rep_Area)
Any help?

Report
All responses (
Answers (