<?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: How to transform data from different databases with different security and schemes? in Service</title>
    <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4631129#M271237</link>
    <description>&lt;P&gt;I checked. Unfortunately it does not have any effect.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Mar 2025 06:32:03 GMT</pubDate>
    <dc:creator>AlexNL</dc:creator>
    <dc:date>2025-03-31T06:32:03Z</dc:date>
    <item>
      <title>How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4627774#M270996</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Question about Power BI Desktop concerning developing semantic layers. Hopefully somebody out there can help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to combine data from two different databases that are hosted on separate database servers with different user-password combinations, you can make a composite pbix-model to link the two different semantic layer for each source. So far so good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, what if you need to perform for example a UNION between two tables, each coming from different semantic layers? Power Query does not work within a composite model in this case. How can I achieve this?&lt;/P&gt;&lt;P&gt;Also I want to develop as cleanly as possible without creating unnecessary complexity in my semantic layers. Is this even possible, or does it inevitably lead to messy workarounds?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 14:25:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4627774#M270996</guid>
      <dc:creator>AlexNL</dc:creator>
      <dc:date>2025-03-27T14:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4628196#M271026</link>
      <description>&lt;P&gt;You can with table.union() but all the it will break query folding. You will need to investigate the privacy levels set on each source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.microsoft.com/en-gb/office/set-privacy-levels-power-query-cc3ede4d-359e-4b28-bc72-9bee7900b540" target="_blank"&gt;https://support.microsoft.com/en-gb/office/set-privacy-levels-power-query-cc3ede4d-359e-4b28-bc72-9bee7900b540&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 20:07:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4628196#M271026</guid>
      <dc:creator>Deku</dc:creator>
      <dc:date>2025-03-27T20:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4631129#M271237</link>
      <description>&lt;P&gt;I checked. Unfortunately it does not have any effect.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 06:32:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4631129#M271237</guid>
      <dc:creator>AlexNL</dc:creator>
      <dc:date>2025-03-31T06:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4632905#M271391</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="917626" data-lia-user-login="AlexNL" class="lia-mention lia-mention-user"&gt;AlexNL&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out in Microsoft Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Since the privacy levels check didn’t resolve the issue, please follow below steps to resolve the error;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;1.Please Check Query Folding using below steps;&lt;BR /&gt;In Power Query, right-click on the steps and see if "View Native Query" is available. If not, query folding is being broken at that step. You can also enable Power Query diagnostics to help identify where folding breaks.&lt;/P&gt;
&lt;P&gt;2.Load each source table separately into staging queries and then try to combine them later in Power BI. This can sometimes help avoid query folding issues.&lt;/P&gt;
&lt;P&gt;3.Please create a SQL view or stored procedure on the database side to perform the UNION before the data is brought into Power BI. This ensures better performance and avoids the folding problem.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please continue using Microsoft community forum.&lt;BR /&gt;&lt;BR /&gt;If you found this post helpful, please consider marking it as "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;'. if it was helpful. help other members find it more easily.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pavan.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 10:04:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4632905#M271391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-01T10:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4634929#M271605</link>
      <description>&lt;P&gt;Thank you for answer. I understand answer 2 and 3, but I am looking for a Power BI only solution. I am afraid it is not possible. To be sure I made a simple picture just to be sure you understand the question. THANK YOU.&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 11:20:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4634929#M271605</guid>
      <dc:creator>AlexNL</dc:creator>
      <dc:date>2025-04-02T11:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4636469#M271749</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="917626" data-lia-user-login="AlexNL" class="lia-mention lia-mention-user"&gt;AlexNL&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out in Microsoft Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please follow below to resolve the error;&lt;/P&gt;
&lt;P&gt;1.If Power Query doesn’t support UNION, you can create a new table in Power BI using DAX:&lt;BR /&gt;CombinedTable = UNION('Table1', 'Table2')&lt;/P&gt;
&lt;P&gt;2.If the data sources are cloud-based, using Power BI Dataflows might allow pre-aggregation before the model loads.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please continue using Microsoft community forum.&lt;BR /&gt;&lt;BR /&gt;If you found this post helpful, please consider marking it as "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;'. if it was helpful. help other members find it more easily.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pavan.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 09:46:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4636469#M271749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-03T09:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4640998#M272139</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="917626" data-lia-user-login="AlexNL" class="lia-mention lia-mention-user"&gt;AlexNL&lt;/a&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please "&lt;/SPAN&gt;&lt;STRONG&gt;Accept&amp;nbsp; as&amp;nbsp; Solution&lt;/STRONG&gt;&lt;SPAN&gt;" and give a '&lt;/SPAN&gt;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&lt;SPAN&gt;' so other members can easily find it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pavan.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 11:50:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4640998#M272139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-07T11:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4660697#M273513</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="917626" data-lia-user-login="AlexNL" class="lia-mention lia-mention-user"&gt;AlexNL&lt;/a&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, kindly "&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;ccept &amp;nbsp;as&amp;nbsp; Solution"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;and give it a '&lt;/SPAN&gt;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&lt;SPAN&gt;' so others can find it easily.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Pavan.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 09:17:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4660697#M273513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-21T09:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4662219#M273581</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately there is no Power BI only solution for it according to the replies.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 05:41:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4662219#M273581</guid>
      <dc:creator>AlexNL</dc:creator>
      <dc:date>2025-04-22T05:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4667842#M273924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="917626" data-lia-user-login="AlexNL" class="lia-mention lia-mention-user"&gt;AlexNL&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out in Microsoft Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You're right: currently, Power BI doesn't support combining tables from different sources (like UNION) directly in Power Query within a composite model. While there are some workarounds (like using DAX or external views), there's no true "Power BI only" solution for this at the moment.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This is a great feature idea, and I’d definitely recommend submitting it on the&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Ideas/ct-p/PBI_Comm_Ideas" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Ideas/ct-p/PBI_Comm_Ideas&lt;/A&gt;&amp;nbsp; -&amp;nbsp; it's feedback like this that helps drive improvements.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please continue using Microsoft Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If you found this post helpful, please consider marking it as "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;' to help others find it more easily.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Pavan.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 06:55:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4667842#M273924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-25T06:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4670059#M274079</link>
      <description>&lt;P&gt;Thank you for reply. The answer is clear. I will submit is as a feature idea. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 06:53:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4670059#M274079</guid>
      <dc:creator>AlexNL</dc:creator>
      <dc:date>2025-04-28T06:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4678459#M274663</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="917626" data-lia-user-login="AlexNL" class="lia-mention lia-mention-user"&gt;AlexNL&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for submitting the feature idea. if my posts are helpful. please consider marking it as "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;'. if it was helpful. help other members find it more easily.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Pavan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 May 2025 12:25:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4678459#M274663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-03T12:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform data from different databases with different security and schemes?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4742487#M279398</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="917626" data-lia-user-login="AlexNL" class="lia-mention lia-mention-user"&gt;AlexNL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We are following up once again regarding your query. Did you gat any chanve to raise it in the ideas forum with Microsoft.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As per Microsoft community guidelines, we will now proceed to close this thread to keep discussions focused and manageable. If you still need assistance, you're &lt;STRONG&gt;welcome to start a new thread in the community at any time.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We appreciate your understanding and participation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your understanding and participation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Cheri Srikanth&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 14:04:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-transform-data-from-different-databases-with-different/m-p/4742487#M279398</guid>
      <dc:creator>v-csrikanth</dc:creator>
      <dc:date>2025-06-24T14:04:40Z</dc:date>
    </item>
  </channel>
</rss>

