Hi All, I'm new here.
I have a power query filter question, I want to filter the month as last year of this month (ie current month no.). I filtered the year but I want to make the month dynamic.
Using this filter function how to make Date.Month([Calendar]) = calculate as current month no.
= Table.SelectRows(#"Filtered Rows", each Date.Month([Calendar]) = 5)
Thanks
I have a power query filter question, I want to filter the month as last year of this month (ie current month no.). I filtered the year but I want to make the month dynamic.
Using this filter function how to make Date.Month([Calendar]) = calculate as current month no.
= Table.SelectRows(#"Filtered Rows", each Date.Month([Calendar]) = 5)
Thanks