Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
106 | |
75 | |
44 | |
39 | |
33 |
User | Count |
---|---|
165 | |
90 | |
65 | |
46 | |
43 |