Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi all,
I have a query with many errors in a specific column, resulting from different kinds of problems. I would like to get a list of these problems in order to deal with each one specifically.
I can easily create a table containing only the rows of the query with errors, but then in order to see the specific problem for each error I have to click in the ERROR cell and see the error messages in the bottom of the screen.
This takes forever in is extremely unefficient in mass error handling. Also I can't export this table to someone working on one of the source files in excel so they can easily see what the problems are and solve them - they have to have access to my file in order to get the extra details for each error.
In order to solve this I would like to add a new column to the table containing those error messages.
I this at all possible?
Solved! Go to Solution.
What I would suggest is following -
1. Let's say the column which is having errors is called Data.
2. In a custom column, put following
=try [Data]
3. Now, it will create a column having records
4. Expand this column - This will create 2 columns - HasError and Error
HasError - True / False - You can filter on True to focus only on Error rows
Error - Will contain a record
5. Now, expand this Error record which will give all required information
What I would suggest is following -
1. Let's say the column which is having errors is called Data.
2. In a custom column, put following
=try [Data]
3. Now, it will create a column having records
4. Expand this column - This will create 2 columns - HasError and Error
HasError - True / False - You can filter on True to focus only on Error rows
Error - Will contain a record
5. Now, expand this Error record which will give all required information
Beautiful!! Thank you so much!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.