<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DM_GWPipeline_Gateway_MashupDataAccessError: We cannot convert the value null to type Text in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5151806#M15869</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1581572"&gt;@delaoda&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before spending more time debugging the model, it is worth stepping back and asking whether the problem lies in the model itself or in the architecture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When a semantic model pulls directly from two different sources, especially when one of them goes through an on-premises gateway, you are exposing the model to all the variability those sources carry: changing schemas, timeouts, inconsistent type inference during mashup evaluation. The result is exactly what you are describing: an intermittent error that does not always appear and is hard to reproduce or diagnose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution applied in modern data architectures is the Medallion pattern. Instead of having the model consume the sources directly, an ingestion process reads each source separately, transforms and consolidates the data into tables in a Gold layer within a Lakehouse. The semantic model then points exclusively to those tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this approach, the model is completely decoupled from the sources. Type conversion issues, gateway dependencies, or any inconsistency coming from SAP WebI are handled once in the transformation layer, not on every scheduled refresh. You also gain independent control over the ingestion frequency of each source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the same principle that has been applied in data engineering for years: separating the responsibility of acquiring the data from the responsibility of consuming it. Applying that principle to the semantic model eliminates at the root the class of errors you are seeing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*If you find this helpful please give it a &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;, and if it answered your question please mark it as a solution &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;. This helps the community and motivates me to keep contributing. Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2026 22:19:42 GMT</pubDate>
    <dc:creator>arabalca</dc:creator>
    <dc:date>2026-04-16T22:19:42Z</dc:date>
    <item>
      <title>DM_GWPipeline_Gateway_MashupDataAccessError: We cannot convert the value null to type Text</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5151786#M15868</link>
      <description>&lt;P&gt;I have a semantic model connected to two different sources: a database in Azure and a&amp;nbsp; SAP WebI report. Since the latter requires a gateway, both connections use that gateway. Even though the other connection is to the cloud, this architecture is essential for the refresh to work in the first place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Occasionally, the scheduled refresh fails with the error “We cannot convert to type text.” It’s important to note that it fails sometimes, not always. Even when I know the source data hasn’t changed between two consecutive refreshes, one of them might still fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Power Query for that dataset, I’ve taken special care with all data types, performing safe transformations whenever a string was involved. The proof is that the refresh works almost every time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have a separate model for each connection, the scheduled refreshes never fail, which is the expected behavior. It is when the sources are mixed into the same model and the mashup comes into play, something happens that triggers the error, but it doesn’t provide any additional information about which specific query is causing the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 21:48:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5151786#M15868</guid>
      <dc:creator>delaoda</dc:creator>
      <dc:date>2026-04-16T21:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: DM_GWPipeline_Gateway_MashupDataAccessError: We cannot convert the value null to type Text</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5151806#M15869</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1581572"&gt;@delaoda&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before spending more time debugging the model, it is worth stepping back and asking whether the problem lies in the model itself or in the architecture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When a semantic model pulls directly from two different sources, especially when one of them goes through an on-premises gateway, you are exposing the model to all the variability those sources carry: changing schemas, timeouts, inconsistent type inference during mashup evaluation. The result is exactly what you are describing: an intermittent error that does not always appear and is hard to reproduce or diagnose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution applied in modern data architectures is the Medallion pattern. Instead of having the model consume the sources directly, an ingestion process reads each source separately, transforms and consolidates the data into tables in a Gold layer within a Lakehouse. The semantic model then points exclusively to those tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this approach, the model is completely decoupled from the sources. Type conversion issues, gateway dependencies, or any inconsistency coming from SAP WebI are handled once in the transformation layer, not on every scheduled refresh. You also gain independent control over the ingestion frequency of each source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the same principle that has been applied in data engineering for years: separating the responsibility of acquiring the data from the responsibility of consuming it. Applying that principle to the semantic model eliminates at the root the class of errors you are seeing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*If you find this helpful please give it a &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;, and if it answered your question please mark it as a solution &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;. This helps the community and motivates me to keep contributing. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 22:19:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5151806#M15869</guid>
      <dc:creator>arabalca</dc:creator>
      <dc:date>2026-04-16T22:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: DM_GWPipeline_Gateway_MashupDataAccessError: We cannot convert the value null to type Text</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5152531#M15884</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1581572"&gt;@delaoda&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Intermittent errors are always the worst to troubleshoot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seeing as both your connections work independently, what I would recommend is keeping them seperate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you licenses for Fabric, or just Power BI?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you're licensed for Fabric, you can copy the PowerQuery code into a dataflow gen 2 and store the data in a lakehouse, you can then either use a third dataflow to combine them if you need them in one table, or you can keep them as seperate tables and pull them directly into your report. That would likely be the easiest way to achieve this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/781788"&gt;@arabalca&lt;/a&gt;&amp;nbsp;brought up medallion architecture, which is valuable, but it's not a one size fits all solution. So often do we see people make medallion layers that exist only to follow the bronze silver gold pattern, which I'm not sure is required here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not licensed for Fabric, then you're in a bit of a pickle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How is the data joined in your report? Are they kept as seperate tables? If so, you could make two "dummy" reports that each pull in the data from one source, and then in your real report connect to those semantic models.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 13:26:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5152531#M15884</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-04-17T13:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: DM_GWPipeline_Gateway_MashupDataAccessError: We cannot convert the value null to type Text</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5154213#M15913</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1581572"&gt;@delaoda&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The architecture answers above are valid long-term, but before committing to that refactor it might be worth understanding the failure pattern first.&lt;/P&gt;&lt;P&gt;A few questions that could help narrow it down:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Does the failure always happen at the same time of day, or is it truly random?&lt;/LI&gt;&lt;LI&gt;Do you see it more often when other datasets in the same workspace are refreshing simultaneously?&lt;/LI&gt;&lt;LI&gt;Is the gateway under load from other connections when it fails?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The reason I ask: intermittent DM_GWPipeline_Gateway_MashupDataAccessError with null conversion is often a race condition in the mashup evaluation — the gateway pulls both sources and one of them returns an empty intermediate result before the join, which then fails the type cast. It's not about the data itself but about timing.&lt;/P&gt;&lt;P&gt;If you can see the exact timestamps of the failed vs. successful runs and correlate them with gateway activity, that often points directly at the cause without needing an architecture change.&lt;/P&gt;&lt;P&gt;I built &lt;A href="https://app.metricsign.com/" target="_blank" rel="noopener noreferrer"&gt;MetricSign&lt;/A&gt; specifically for this kind of diagnostic — it tracks every refresh run with timestamps, error codes, and duration so you can spot these patterns. Happy to help you look at it if you want a second pair of eyes on the failure history.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 08:06:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5154213#M15913</guid>
      <dc:creator>Pegano</dc:creator>
      <dc:date>2026-04-20T08:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: DM_GWPipeline_Gateway_MashupDataAccessError: We cannot convert the value null to type Text</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5154358#M15918</link>
      <description>&lt;P data-start="582" data-end="587"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1581572"&gt;@delaoda&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="589" data-end="718"&gt;Thank you for reaching out to the Microsoft Fabric Community Forum, and thanks to the&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/781788"&gt;@arabalca&lt;/a&gt;&amp;nbsp; for sharing helpful insights.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="720" data-end="897"&gt;Just checking in, were you able to resolve the issue using any of the suggestions provided? If not, please feel free to share an update, and we’ll be happy to assist further.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="899" data-end="974"&gt;Your feedback will also help others facing similar challenges.&lt;BR data-start="961" data-end="964" /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 10:28:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5154358#M15918</guid>
      <dc:creator>v-shchada-msft</dc:creator>
      <dc:date>2026-04-20T10:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: DM_GWPipeline_Gateway_MashupDataAccessError: We cannot convert the value null to type Text</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5156347#M15961</link>
      <description>&lt;P data-start="553" data-end="700"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1581572"&gt;@delaoda&lt;/a&gt;,&lt;/P&gt;
&lt;P data-start="553" data-end="700"&gt;&lt;BR /&gt;Checking if your issue has been resolved. If you need any further assistance, please let us know.&lt;BR /&gt;&lt;BR data-start="687" data-end="690" /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 09:28:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/DM-GWPipeline-Gateway-MashupDataAccessError-We-cannot-convert/m-p/5156347#M15961</guid>
      <dc:creator>v-shchada-msft</dc:creator>
      <dc:date>2026-04-23T09:28:05Z</dc:date>
    </item>
  </channel>
</rss>

