Hey I'm trying to pivot a column, but the new columns are all null
Here is the original data
This is how I've set up the pivot info
This is the output I get:
Originally not every Customer_ID had ever Level(1/2/3) I thought this was the cause of the nulls but I've fixed it so every Customer_ID has all levels and still the issue persists.
What am I missing?