Forum Discussion
Column to row conversion
- 1 year ago
Hi umairarshad
Thanks for reaching out to the Microsoft fabric community forum.
As mentioned by jennratten you can use matrix to get your desired visual consisting of dates as columns but if you are trying to transform the underlying data itself use pivot column.
For the sample data I took, Pivoting the date column over Quantity column worked as per your requirement
Did I answer your question? Mark my post as a solution, this will help others!If my response(s) assisted you in any way, don't forget to give "Kudos"
Thanks and Regards
Hi umairarshad
Thanks for reaching out to the Microsoft fabric community forum.
As mentioned by jennratten you can use matrix to get your desired visual consisting of dates as columns but if you are trying to transform the underlying data itself use pivot column.
For the sample data I took, Pivoting the date column over Quantity column worked as per your requirement
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to give "Kudos"
Thanks and Regards
- umairarshad1 year agoHelper II
Thank you. It worked.