Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Filterpane not working when new collection is added in gallery(Continuation post:Filtering the data(optionset value column) based on specific user names)

(1) ShareShare
ReportReport
Posted on by 102

Hi,

 

Please help in working filter pane option as it is unable to filter gallery when the new collection is added to the existing one,When I try to choose any option in 'AB' filter it is not filtering based on chosen option in filter pane

Filter code:Sort(Distinct(Collection1,'AB'),Value

 

Item Gallery:

Search(
 Filter(
 Datasource,
 IsBlank(ABDrop.Selected.Result) || 'AB' = ABDrop.Selected.Result,
		IsBlank(MADrop.Selected.Result) || 'MA' = MADrop.Selected.Result,
		IsBlank(KVDrop.Selected.Result) || 'KV’ = KVDrop.Selected.Result,
		IsBlank(SPDrop.Selected.Result) || 'SP' = SPDrop.Selected.Result,
		IsBlank(PDrop.Selected.Result) || 'P' = PGroupDrop.Selected.Result,
		AB.Yes || User().FullName in userlist.<EXEMPTUSERFULLNAME?>
		'MA' in Filter(
			userlist,
			'primary name column' = user().FullName,
			AB.Yes || User().FullName in <EXEMPTUSERFULLNAME?>,
		).MA			
	),
 SearchBox.Text,
 "Itemdescp",
 "ProdID"
);

 

 @BCBuizer  Can you please look into this as it is continuation of filtering gallery based on user list.This will be really helpful

 

Many Thanks,

Sai

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard