<?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: Comparing data between a semantic model and an on-prem cube in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Comparing-data-between-a-semantic-model-and-an-on-prem-cube/m-p/4272886#M6281</link>
    <description>&lt;P&gt;Thank you so much for your response, I really appreciate it. Even with a SHIR, how would you connect to SSAS in Fabric DF? We couldn't find any connector for SSAS or anything like it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2024 18:22:18 GMT</pubDate>
    <dc:creator>Neka</dc:creator>
    <dc:date>2024-11-06T18:22:18Z</dc:date>
    <item>
      <title>Comparing data between a semantic model and an on-prem cube</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Comparing-data-between-a-semantic-model-and-an-on-prem-cube/m-p/4270898#M6260</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Not sure if this is the correct place to ask but I have a question:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our company is migrating from on-premises SQL Server Analysis Services to Fabric Semantic Models. We are developing our first cube as a proof of concept and we want to automate data comparisons between the two environments to make sure our semantic model is working. What would be an effective architecture for this automation? Is it feasible to connect to both sources from Fabric Data Factory using notebooks? We have tried to do it through Power BI but have run into issues because we can't do any transformations as the connections are direct query and there is too much data in the cube to import.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 14:59:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Comparing-data-between-a-semantic-model-and-an-on-prem-cube/m-p/4270898#M6260</guid>
      <dc:creator>Neka</dc:creator>
      <dc:date>2024-11-05T14:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data between a semantic model and an on-prem cube</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Comparing-data-between-a-semantic-model-and-an-on-prem-cube/m-p/4271565#M6270</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="412811" data-lia-user-login="Neka" class="lia-mention lia-mention-user"&gt;Neka&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here are some of my personal thoughts on your question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1.&amp;nbsp;Effective Architecture for Automating Data Comparisons&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;1).&amp;nbsp;Use Fabric Data Factory to extract data from both the on-premises SSAS and the Fabric Semantic Model.&lt;BR /&gt;For on-premises SSAS, you can use the Self-Hosted Integration Runtime to securely connect and extract data.&lt;/P&gt;
&lt;P&gt;2).&amp;nbsp;Perform necessary transformations using Fabric Data Factory pipelines. This can include data cleaning, normalization, and formatting to ensure consistency between the two datasets.&lt;/P&gt;
&lt;P&gt;3).&amp;nbsp;Store the transformed data in a Lakehouse or Warehouse within Fabric.&lt;BR /&gt;Use Fabric Notebooks to write comparison scripts. These notebooks can leverage Spark or Pandas to perform detailed data comparisons, checking for discrepancies in measures, dimensions, and other key metrics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.&amp;nbsp;Feasibility of Connecting to Both Sources from Fabric Data Factory Using Notebooks&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Currently, Fabric Notebooks do not directly support connecting to on-premises databases through the Power BI Gateway. However, you can use a workaround by creating a Shortcut in Fabric Lakehouse for your external data. This allows you to query the data using notebooks.&lt;/P&gt;
&lt;P&gt;You can look at this topic below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Pipeline/Ingesting-on-premise-data-with-notebooks/m-p/3733118" target="_blank"&gt;Ingesting on premise data with notebooks - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 01:43:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Comparing-data-between-a-semantic-model-and-an-on-prem-cube/m-p/4271565#M6270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-06T01:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data between a semantic model and an on-prem cube</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Comparing-data-between-a-semantic-model-and-an-on-prem-cube/m-p/4272886#M6281</link>
      <description>&lt;P&gt;Thank you so much for your response, I really appreciate it. Even with a SHIR, how would you connect to SSAS in Fabric DF? We couldn't find any connector for SSAS or anything like it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 18:22:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Comparing-data-between-a-semantic-model-and-an-on-prem-cube/m-p/4272886#M6281</guid>
      <dc:creator>Neka</dc:creator>
      <dc:date>2024-11-06T18:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data between a semantic model and an on-prem cube</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Comparing-data-between-a-semantic-model-and-an-on-prem-cube/m-p/4273157#M6286</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="412811" data-lia-user-login="Neka" class="lia-mention lia-mention-user"&gt;Neka&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I found a related topic, maybe it can help you.&lt;/P&gt;
&lt;P&gt;You can read it according to your needs:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Dataflow/SSAS-in-Fabric/m-p/3704010" target="_blank"&gt;Solved: SSAS in Fabric - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 01:09:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Comparing-data-between-a-semantic-model-and-an-on-prem-cube/m-p/4273157#M6286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-07T01:09:59Z</dc:date>
    </item>
  </channel>
</rss>

