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
Hi, I am dealing with the common problem of not having my totals add up correctly and I am unsure how to amend it.
Please see the measure below where I am trying to find the number of outstanding days.
Solved! Go to Solution.
Hi,
I think you want to wrap that measure in a SUMX iterating over the sales reps.
eg
SUMX(
VALUES(Table[Sales Reps]),
Your Measure
)
on rows where there is only one sales rep it returns the existing value. On the total row it adds up each in turn.
Hi,
I think you want to wrap that measure in a SUMX iterating over the sales reps.
eg
SUMX(
VALUES(Table[Sales Reps]),
Your Measure
)
on rows where there is only one sales rep it returns the existing value. On the total row it adds up each in turn.
Hi @bcdobbs ,
Thanks alot. You've helped me figure out what was missing! You're amazing, have a great day! 👏😊
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
14 | |
11 | |
8 | |
5 |
User | Count |
---|---|
28 | |
21 | |
20 | |
13 | |
10 |