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
Hi,
I need to replicate this DAX formula in Power Query. I've tried tirelessly but with no success. Appreciate any help.
=IFERROR(DATEDIFF('Scan Event Raw Data'[AKM RFID IN ACCEP DATETIME],'Scan Event Raw Data'[AKM MPR SORT DATETIME],HOUR),-99)
Solved! Go to Solution.
@PaulCooper thank you, it was almost right. After further research, I added a few more steps in to break it down correctly
try Number.RoundDown(Duration.Days(Duration.From([AKM RFID IN ACCEP DATETIME]-[ACCEPTANCE DATETIME]))) * 24+ Duration.Hours(Duration.From([AKM RFID IN ACCEP DATETIME]-[ACCEPTANCE DATETIME])) otherwise -99
I suggest (I haven't tried it):
let
hours = try Duration.Hours([AKM MPR SORT DATETIME] - [AKM RFID IN ACCEP DATETIME]) otherwise -99
in
hours[Value]
@PaulCooper thank you, it was almost right. After further research, I added a few more steps in to break it down correctly
try Number.RoundDown(Duration.Days(Duration.From([AKM RFID IN ACCEP DATETIME]-[ACCEPTANCE DATETIME]))) * 24+ Duration.Hours(Duration.From([AKM RFID IN ACCEP DATETIME]-[ACCEPTANCE DATETIME])) otherwise -99
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 |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |