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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a column that has the difference in time but some of the values are reading as the correct number just negative. Is there away to modify my query to make all numbers absolute?
Query Being Used:
ART = DATEDIFF(v_rpt_Service_SLA[ART_ST], v_rpt_Service_SLA[Date_Responded_UTC],HOUR)
Solved! Go to Solution.
Hi @slounsbury,
Just wrap your measure with ABS formula:
ART =
ABS (
DATEDIFF (
v_rpt_Service_SLA[ART_ST],
v_rpt_Service_SLA[Date_Responded_UTC],
HOUR
)
)
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @slounsbury,
Just wrap your measure with ABS formula:
ART =
ABS (
DATEDIFF (
v_rpt_Service_SLA[ART_ST],
v_rpt_Service_SLA[Date_Responded_UTC],
HOUR
)
)
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThank you! This did the trick.
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 |
|---|---|
| 31 | |
| 23 | |
| 23 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 63 | |
| 36 | |
| 29 | |
| 23 | |
| 22 |