Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I would like to return Failed Date if, Please see sample data and my Dax formula and error message
Hello @moeconsult
You need to format your date as text as.
IF( 1=1, FORMAT( [Date], "DD/MM/YYYY" ), "No" )
Hello. Try adding the table name in your code as the syntax expects. As 'Table'[Column]. You cannot use [columnname]. They are reserved for measurements and not for columns.
So try:
IF (AND( TableName[Status] = "Att", TableName[Result] = "Failed"), TableName[Date], "No" )
I hope this help,
Happy to help!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 46 | |
| 44 |