Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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.
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 |
|---|---|
| 9 | |
| 9 | |
| 9 | |
| 8 | |
| 6 |