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
Hi All.
I summed 4 columns of data using the SUMX function
Solved! Go to Solution.
Hi @Chari
Easiest way is to unpivot the four columns in power query hense the column names would appear as values in the [Attribute] column therefore you can use it as filter.
Hi @Chari
Just as @tamerj1 said that you can unpivote the 4 column, here are detailed step:
First of all, select the four column and unpivote then in power query.
Then add a measure:
Measure 2 = SUM('Table (2)'[Value])
The result is as follow:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Chari
Just as @tamerj1 said that you can unpivote the 4 column, here are detailed step:
First of all, select the four column and unpivote then in power query.
Then add a measure:
Measure 2 = SUM('Table (2)'[Value])
The result is as follow:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Chari
Easiest way is to unpivot the four columns in power query hense the column names would appear as values in the [Attribute] column therefore you can use it as filter.
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 |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 18 | |
| 14 | |
| 14 |