Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 5 | |
| 4 | |
| 4 |