Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi guys
I have this type of a table:
category | subcategory | product | colour | Jan-22 | Feb-22 | Mar-22 | Apr-22 |
food | beverages | coca cola | red | 120 | 258 | 25 | 456 |
I have no idea how to work with this type of table in Table View for, let's say, creating a table or a graph with the number of beverages sold every month.
I have never worked with columns as months, just lines...
Can you guys help out here?
Thanks so much!
Solved! Go to Solution.
You'll need to pivot the month columns into rows so that the data is structured in the proper way for reporting.
Please provide some sample data so I can show you.
regards
Phil
Proud to be a Super User!
Thanks so much, Phil!
I did it! 🙂
You'll need to pivot the month columns into rows so that the data is structured in the proper way for reporting.
Please provide some sample data so I can show you.
regards
Phil
Proud to be a Super User!