Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
In my table, I want to add a new column to display the sum row by row :
Crime rate + Community well-being + Cost of living + Health care quality + Tax rate
What is the formula to do that?
Thanks for help
Solved! Go to Solution.
If I understand correctly, you would create a custom column with the formula:
MySum = [Crime rate] + [Community well-being] + [Cost of living] + [Health car quality] + [Tax rate]
You could also create a measure with the same formula and place it in a table visualization.
If I understand correctly, you would create a custom column with the formula:
MySum = [Crime rate] + [Community well-being] + [Cost of living] + [Health car quality] + [Tax rate]
You could also create a measure with the same formula and place it in a table visualization.
hello sir, i have the same issue and i did what u mentioned but the column shows total sum and not the individual sum...i even tried dont summerize option but its not working.. pls help @Greg_Deckler
i want to use this calc and then also divide this number by the number of columns i used.. to get the average ex: i have 12 columns and sometimes a row may only have 6 columns that have a number "1" so if the sum is 6 and i want to average it throught the 12 columns. i want the average to return ".5 " not averaging it through only the 6 filled columns returning "1".
Thanks! That works!
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
45 |