Forum Discussion
JoeCrozier
2 years agoHelper II
Add suffix to column in Power Query if duplicates
Hello! I have data that looks like this: I want to pivot it to look like this: I.e. "completed date"'s become the values for the rows of protocol id's and columns of milestones. ...
- 2 years ago
I think that's just telling you it doesn't know what [Data] is in that line.
Just from observation, it looks like the formula has been entered directly in the formula bar instead of in the Add Custom Column dialog. I'm sure it will get wrapped with a reference to the previous query step if you do that.
HotChilli
2 years agoCommunity Champion
I think that's just telling you it doesn't know what [Data] is in that line.
Just from observation, it looks like the formula has been entered directly in the formula bar instead of in the Add Custom Column dialog. I'm sure it will get wrapped with a reference to the previous query step if you do that.
- JoeCrozier2 years agoHelper II
Lol. It was as simple as that, thank you.