Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
15 | |
11 | |
10 | |
10 |