Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Display total of all respective columns in Table visual.

Hi All,

 

Capture.PNG

As seen in above screen shot I am able to display total of last column only in a Table. My requirement is like I want to display total of actual contribution% and _FTE. 

Please help.

 

Thanks,

Shraddha.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Dear @Anonymous,

I have an ex with Salary and % Salary of Employee. You can try this step by step:

  1. Create a Column "Total Salary" = SUM(Employees[EmployeeSalary])
  2. Create Measure "Sum Salary" =  CALCULATE(SUM(Employees[EmployeeSalary]))
  3. Create Measure "% Salary" = CALCULATE  ( DIVIDE([sum Salary] , VALUES(Employees[Total Salary])))

If you got some problem, delete some data and upload your pbix file. I can solve directly on your pbix file.

image.png

 

Regards,

ManNVSM.

View solution in original post

10 REPLIES 10

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.