Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 38 | |
| 36 | |
| 29 | |
| 28 |
| User | Count |
|---|---|
| 127 | |
| 88 | |
| 78 | |
| 66 | |
| 65 |