Hello StackOverflow Community,
I have a Dataset where the monthly volume's values per Model is shown in multiple columns instead of one. I.E:
Model Jan Feb Mar Apr May
 A        5     12     26      56     23
Is it possible through PowerBI's PowerQuery to create one "Month" column where its values are being appended? Example:
Model Month Volume
 A         Jan        5
 A         Feb       12
 A         Mar       26
 A         Apr        56
 A         May       23
Thanks in advance.

