<?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: Has anyone had success setting up Crealytics project in Fabric? in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4216737#M4422</link>
    <description>&lt;P&gt;for some reason this doesn't work for me, I changed my lakehouse name, let's say it's called lakehouse_1. Then I use this&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Read in raw data
table_path = "/lakehouse_1/Files/test.xlsx"

pd_test = pd.read_excel(table_path)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and failed.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;however, if I use the&amp;nbsp; ABFS path as the table path, I can read the data successful. Can you please help me with the relative path?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Oct 2024 05:22:51 GMT</pubDate>
    <dc:creator>DumboFly</dc:creator>
    <dc:date>2024-10-04T05:22:51Z</dc:date>
    <item>
      <title>Has anyone had success setting up Crealytics project in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4134314#M3912</link>
      <description>&lt;P&gt;How do you read in data from an excel in FAbric? I use crealytics in Synapse, but it doesn't work in Fabric. Has anyone tried?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 01:21:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4134314#M3912</guid>
      <dc:creator>hstance</dc:creator>
      <dc:date>2024-09-05T01:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone had success setting up Crealytics project in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4134846#M3914</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/345308"&gt;@hstance&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can create a notebook to use pandas package function to read data from excel: (the sample file is upload to the files folder and I copy the api path to use in the functions)&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;import pandas as pd 
 
# Read an Excel file from your Lakehouse into a Pandas DataFrame
# Replace LAKEHOUSE_PATH and FILENAME with your own values
df = pd.read_excel("/lakehouse/default/Files/test.xlsx") 
display(df) &lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 867px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1162610i8751B206C0FF11AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-science/read-write-pandas#read-data-from-an-excel-file" target="_blank"&gt;Read and write data with Pandas - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 06:47:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4134846#M3914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-05T06:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone had success setting up Crealytics project in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4146473#M4031</link>
      <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/345308"&gt;@hstance&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Any update on this? Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;If these also don't help, please share more detailed information and description to help us clarify your scenario to test.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 06:59:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4146473#M4031</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-12T06:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone had success setting up Crealytics project in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4216737#M4422</link>
      <description>&lt;P&gt;for some reason this doesn't work for me, I changed my lakehouse name, let's say it's called lakehouse_1. Then I use this&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Read in raw data
table_path = "/lakehouse_1/Files/test.xlsx"

pd_test = pd.read_excel(table_path)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and failed.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;however, if I use the&amp;nbsp; ABFS path as the table path, I can read the data successful. Can you please help me with the relative path?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 05:22:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4216737#M4422</guid>
      <dc:creator>DumboFly</dc:creator>
      <dc:date>2024-10-04T05:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone had success setting up Crealytics project in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4742039#M10391</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a way to use&amp;nbsp;&lt;SPAN class=""&gt;Crealytics project in MS Fabric:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;You will need to create a lakehouse and a default environment, which will be attached to your notebook.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;In your local machine you need to build fat jar with all dependencies. &lt;/SPAN&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;For this purpose create a pom.xml file with this definition:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;project&amp;gt;
  &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
  &amp;lt;groupId&amp;gt;com.example&amp;lt;/groupId&amp;gt;
  &amp;lt;artifactId&amp;gt;spark-excel-fatjar&amp;lt;/artifactId&amp;gt;
  &amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
  &amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;

  &amp;lt;dependencies&amp;gt;
    &amp;lt;dependency&amp;gt;
      &amp;lt;groupId&amp;gt;com.crealytics&amp;lt;/groupId&amp;gt;
      &amp;lt;artifactId&amp;gt;spark-excel_2.12&amp;lt;/artifactId&amp;gt;
      &amp;lt;version&amp;gt;0.13.5&amp;lt;/version&amp;gt;
    &amp;lt;/dependency&amp;gt;
  &amp;lt;/dependencies&amp;gt;

  &amp;lt;build&amp;gt;
    &amp;lt;plugins&amp;gt;
      &amp;lt;plugin&amp;gt;
        &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
        &amp;lt;artifactId&amp;gt;maven-shade-plugin&amp;lt;/artifactId&amp;gt;
        &amp;lt;version&amp;gt;3.4.1&amp;lt;/version&amp;gt;
        &amp;lt;executions&amp;gt;
          &amp;lt;execution&amp;gt;
            &amp;lt;phase&amp;gt;package&amp;lt;/phase&amp;gt;
            &amp;lt;goals&amp;gt;&amp;lt;goal&amp;gt;shade&amp;lt;/goal&amp;gt;&amp;lt;/goals&amp;gt;
            &amp;lt;configuration&amp;gt;
              &amp;lt;createDependencyReducedPom&amp;gt;false&amp;lt;/createDependencyReducedPom&amp;gt;
              &amp;lt;!-- No relocations: keeps packages as-is --&amp;gt;
            &amp;lt;/configuration&amp;gt;
          &amp;lt;/execution&amp;gt;
        &amp;lt;/executions&amp;gt;
      &amp;lt;/plugin&amp;gt;
    &amp;lt;/plugins&amp;gt;
  &amp;lt;/build&amp;gt;
&amp;lt;/project&amp;gt;&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Download the &lt;STRONG&gt;"Binary zip archive"&amp;nbsp;&lt;/STRONG&gt;from&amp;nbsp;&lt;A href="https://maven.apache.org/download.cgi" target="_blank" rel="noopener"&gt;https://maven.apache.org/download.cgi&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Extract the ZIP to a directory like C:\Program Files\Apache\Maven&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add Maven to the &lt;STRONG&gt;System Environment Variables&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Go to &lt;STRONG&gt;System Properties &amp;gt; Environment Variables&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Under "System variables", edit Path and add:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;C:\Program Files\Apache\Maven\bin&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Verify it works using &lt;STRONG&gt;mvn -v &lt;/STRONG&gt;and&lt;SPAN&gt;&amp;nbsp;run&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;mvn clean package&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Upload spark-excel-fatjar-1.0 into Lakehouse/Files&lt;/LI&gt;&lt;LI&gt;Add spark property&lt;STRONG&gt;&amp;nbsp;spark.jars&lt;/STRONG&gt; with&lt;STRONG&gt; abfss jar path&amp;nbsp;&lt;/STRONG&gt;into the default environment (e.g. abfss://&amp;lt;workspace&amp;gt;@onelake.dfs.fabric.microsoft.com/&amp;lt;lakehousename&amp;gt;/Files/spark-excel-fatjar-1.0.jar).&lt;/LI&gt;&lt;LI&gt;Enjoy.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 09:07:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4742039#M10391</guid>
      <dc:creator>jrauj67</dc:creator>
      <dc:date>2025-06-24T09:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone had success setting up Crealytics project in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4847460#M12851</link>
      <description>&lt;P&gt;Excatly what I was looking for kudos to you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 09:52:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Has-anyone-had-success-setting-up-Crealytics-project-in-Fabric/m-p/4847460#M12851</guid>
      <dc:creator>biggusdickus</dc:creator>
      <dc:date>2025-10-10T09:52:45Z</dc:date>
    </item>
  </channel>
</rss>

