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
Hello,
I have a Power BI report connected to Airtable that fails to refresh. On app.powerbi, when I try to actualize the report, I have this error message :
Can you help me please ?
Thank you !
Hi Julien,
This error is related to how Airtable returns certain field types (like linked record fields or lookup fields) that Power Query cannot directly convert to a text value. The error [ValidateMarkupTags][ccon]Expression.Error: We cannot convert the value [ccon]"[Record..." typically occurs when a field contains a record or list instead of a simple value.
Here are a few steps to fix this:
Table.TransformColumns to convert list/record values to text.Table.TransformColumns(Source, {{"YourColumn", each Text.Combine(List.Transform(_, Text.From), ", "), type text}})If you can share which column is causing the issue, that would help narrow down the exact fix.
Hope this resolves your refresh error!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.