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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello, I have several week columns (over 200) for sales by state. I would like to know if there is an easy way to calculate these totals by row in another table. (similar to a pivot function in Excel)
Current table:
State W1 W2 W3 W4 . . .
TX 5 2 4 3
NM 1 3 5 4
AZ 7 2 1 5
Desired Table
Week # Total/Sum
W1 13
W2 7
W3 10
W4 12
. .
. .
. .
Solved! Go to Solution.
Hi @Anonymous
In the Query Editor, Select go to the Transform tab. Make sure you have the first column select and use the Unpivot other columns feature.
This should convert your data to the format below, which is ideal for building measures over.
Hi @Anonymous
In the Query Editor, Select go to the Transform tab. Make sure you have the first column select and use the Unpivot other columns feature.
This should convert your data to the format below, which is ideal for building measures over.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 81 | |
| 65 | |
| 50 | |
| 45 |