March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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" )
)
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.
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" )
)
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
87 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |