The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am trying to calculate sum of all column in total. Default power bi column total function is not working for me.
#Channels | High | Medium | Low | Total |
1 | 15 | 12 | 56 | 83 |
2 | 5 | 65 | 2 | 72 |
3 | 6 | 34 | 1 | 41 |
I need these total values in column table which sum of all column values for each row.
Solved! Go to Solution.
You can add a calculated column to your data if it looks like the attached table
Please see the attached pictures.
According to another case,
It would be helpful if you could share the exact format of your data in its original form.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
You can add a calculated column to your data if it looks like the attached table
Please see the attached pictures.
According to another case,
It would be helpful if you could share the exact format of your data in its original form.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly