Hi
I want to use Power Query to pivot a set of data, but instead of the value cell being a number, it is text.
I need to turn this:
into this:
This is just an example of how the data is setup, using PQ does work for this data, but when I try it with my actual data I get the following error:
Thanks
I want to use Power Query to pivot a set of data, but instead of the value cell being a number, it is text.
I need to turn this:
into this:
This is just an example of how the data is setup, using PQ does work for this data, but when I try it with my actual data I get the following error:
Expression.Error: We cannot convert the value null to type Text.
Details:
Value=
Type=[Type]
Thanks