This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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" )
)
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 30 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 45 | |
| 33 | |
| 24 | |
| 23 |