Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Exception Message that is not Move In Rcpt or Move Out Rcpt will take the value from the Date column. If it is Move In Rcpt or Move Out Rcpt, take the date value in Move In Rcpt or Move Out Rcpt.
The results I want
Date | Exception Message | Result |
06/09/2023 | Expedited 82 Days | 06/09/2023 |
19/07/2023 | Move In Rcpt 16/05/2023 | 16/05/2023 |
20/06/2023 | Move Out Rcpt 02/09/2023 | 02/09/2023 |
Solved! Go to Solution.
Give this a try as a calculated column on your table.
Result =
IF (
ISERROR ( DATEVALUE ( RIGHT ( YourTable[Exception Message], 10 ) ) ),
BLANK(),
DATEVALUE ( RIGHT ( YourTable[Exception Message], 10 ) )
)
Give this a try as a calculated column on your table.
Result =
IF (
ISERROR ( DATEVALUE ( RIGHT ( YourTable[Exception Message], 10 ) ) ),
BLANK(),
DATEVALUE ( RIGHT ( YourTable[Exception Message], 10 ) )
)
Oh it work thank so much sir.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
64 | |
51 | |
39 | |
26 |
User | Count |
---|---|
86 | |
55 | |
44 | |
42 | |
36 |