Dear All,
I have gallery with connected to Sharepoint contain Title and Date, then I make another calculated column to separate the month form the date so now I have 3 column , Title, Date and Month
On Power Apps setting
OnVisible : Set(currentuser,User().FullName)
On the gallery Item : Filter("SharepointListname",Title=currentuser)
and this is working load all record based on Title .
My question is after filtered by user and then I need to search by month, How I make this work? ( I tried several time on tutorial but not working)
Thank you
regards
Yefz