I have a table in Power BI that has the following structure:
| Product Name | Quantity Sold
---------------------------------------------
| iPhone 13 | 100
| Samsung Galaxy S22 | 50
| Google Pixel 6 | 25
I want to convert this table so that the product names are in the columns and the quantity sold are in the rows. How can I do this in Power BI?