With (
{ FirstLevelFilter: Filter('PORT Enhancements Backlog','Open for Votes'.Value = "yes") },
Filter(FirstLevelFilter, Month('Add to Backlog Date')=Month(Now()))
)
Filter('PORT Enhancements Backlog', 'Open for Votes'.Value = "yes" And Month('Add to Backlog Date')=Month(Now())
Filter('PORT Enhancements Backlog', 'Open for Votes'.Value = "yes" And Month('Add to Backlog Date')=Month(Now()))
should be
Filter('PORT Enhancements Backlog', 'Open for Votes'.Value = "yes" And Month('Add to Backlog Date')=Month(Now())
WarrenBelz
146,513
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,688
Most Valuable Professional