Hi I am new to Alteryx. I have a dataset which has ID, Year and month. Every ID has data for several month. I would like to add all the 12 months to the dataset and wherever the data is not present for that particular ID in that month, that month should be null. For example Suppose There is an ID number 123 and it has data for month-2,4,6. I want to modify the dataset so that record 123 has data for all 12 months and except for 2,4,6 remaining will be null. So for each ID there should be 12 rows.
Can someone help me with this please.