This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |