I have a project where I have to accomplish this:
I have a PIVOT table with months in the columns as below:

I want to create empty columns until the most recent month that ended. For example, since the data I have is until Jan_2021 and today's date is 4/15/2021, I want two empty columns for Feb_2021 and Mar_2021.
In short, I want empty columns for all the months until the most recent month that ended.