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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
ak77
Post Patron
Post Patron

Summary Table Custom Total

I have  a summary table as below and  % Complete Column total to be displayed as the total of another Sum of % Complete column. in short.. can we have another new measure/column New  % Complete as below where all  values are from  % Complete and total from Sum of % Complete columns

ak77_1-1734564151162.png

 

ak77_2-1734564298694.png

 

 

 

 

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi, 

If both [% Complete] and [Sum of % Complete] are MEASURES (not columns), and then please try something like below whether it works.

 

New % Complete =
IF (
    HASONEVALUE ( 'TableName'[Title] ),
    FORMAT ( [% Complete], "#,#0.00%" ),
    FORMAT ( [Sum of % Complete], "#,#0.00" )
)

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

View solution in original post

3 REPLIES 3
Uzi2019
Super User
Super User

Hi @ak77 

How you'd calculate Sum of % complete??

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
Jihwan_Kim
Super User
Super User

Hi, 

If both [% Complete] and [Sum of % Complete] are MEASURES (not columns), and then please try something like below whether it works.

 

New % Complete =
IF (
    HASONEVALUE ( 'TableName'[Title] ),
    FORMAT ( [% Complete], "#,#0.00%" ),
    FORMAT ( [Sum of % Complete], "#,#0.00" )
)

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Thanks for repliies all. 

 

@Jihwan_Kim , ur solution with a bit of tweak worked for me.. Thanks

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.