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
Hi,
I want print error in a column as we have formula in Excel =NA() how to do same in dax
Solved! Go to Solution.
Couple of options. If you want to display some custom error message, you can try to replace Errors with the message (works for text type fields).
Or use error handling on the column that has errors. Here's how:
Add custom column to your data, use try (all lowercase) and pass it the column name that has errors. Expand this custom column to get the Error. And then expand the Error column further to get the reason and details.
Hope this helps.
Thanks,
Tarun
Couple of options. If you want to display some custom error message, you can try to replace Errors with the message (works for text type fields).
Or use error handling on the column that has errors. Here's how:
Add custom column to your data, use try (all lowercase) and pass it the column name that has errors. Expand this custom column to get the Error. And then expand the Error column further to get the reason and details.
Hope this helps.
Thanks,
Tarun
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 196 | |
| 127 | |
| 102 | |
| 67 | |
| 49 |