This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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
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.