Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
Solved! Go to Solution.
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" )
)
Hi @ak77
How you'd calculate Sum of % complete??
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" )
)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 59 | |
| 45 | |
| 19 | |
| 15 |