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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi Community.
Someone can help me with this issue.
In here I expected measures result should be same column result.
but Columns result is correct, but Measures are not correct.
Column expression:
Solved! Go to Solution.
Hi @Anonymous ,
According to your description, I create a sample, it get the different result with yours, the column and measure get the same value.
I guess it has something to do with the formula of [duration_seconds], in my sample, [duration_seconds] is a calculated column.
duration_seconds =
DATEDIFF (
'00 - Service Order'[Lag last modified date time],
'00 - Service Order'[Last Modified Datetime],
SECOND
)
I also attach my sample below for reference.
Best Regards,
Community Support Team _ kalyj
If this posthelps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
According to your description, I create a sample, it get the different result with yours, the column and measure get the same value.
I guess it has something to do with the formula of [duration_seconds], in my sample, [duration_seconds] is a calculated column.
duration_seconds =
DATEDIFF (
'00 - Service Order'[Lag last modified date time],
'00 - Service Order'[Last Modified Datetime],
SECOND
)
I also attach my sample below for reference.
Best Regards,
Community Support Team _ kalyj
If this posthelps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous .
SUM will return a summarized total value.
Try to use CALCULATE or SUMX for the same.
Thanks,
Sanket.
If this post helps, then mark it as 'Accept as Solution' and give it a thumbs up.
Hi @Anonymous Thanks for your answer, I have tried with SUMX, but result also like that.
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 |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |