Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a Table with repeating text values in multiple columns, I then have a single column with values,
How can I sum the total of the individual texts?
A, B, C, 5,
A, C, C, 10,
A, A, B, 15,
Sum of A = 45
Sum of B = 20
Sum of C = 25
Solved! Go to Solution.
In power query,
select the integer column
Right click, unpivot other columns. I think this will give you 3 columns, but you only need 2
Load the data
place The column of letters on rows of a table and the integer column on values
In power query,
select the integer column
Right click, unpivot other columns. I think this will give you 3 columns, but you only need 2
Load the data
place The column of letters on rows of a table and the integer column on values
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.