I have the following filter set up.
= Table.SelectRows(#"Promoted Headers", each ([Transaction_Type] <> "I") and ([Contract] = "contract name") and ([Month] = 5))
I would like it so where [Month] = 5, the 5 is actually pulled from a cell reference so the end user can look at different months with ease.
Any suggestions?
= Table.SelectRows(#"Promoted Headers", each ([Transaction_Type] <> "I") and ([Contract] = "contract name") and ([Month] = 5))
I would like it so where [Month] = 5, the 5 is actually pulled from a cell reference so the end user can look at different months with ease.
Any suggestions?