<?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: European letters not supported on column names on Notebook + Lakehouse combination in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/European-letters-not-supported-on-column-names-on-Notebook/m-p/4041663#M4558</link>
    <description>&lt;P&gt;Right!&lt;/P&gt;&lt;P&gt;I had tested [], "" and '', but the correct answer was ``.&lt;/P&gt;&lt;P&gt;This different syntax may confuse other people besides me, so you think of using the standard SQL syntax and [].&lt;/P&gt;&lt;P&gt;But this solves it for me, thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2024 05:40:01 GMT</pubDate>
    <dc:creator>TimoRiikonen</dc:creator>
    <dc:date>2024-07-15T05:40:01Z</dc:date>
    <item>
      <title>European letters not supported on column names on Notebook + Lakehouse combination</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/European-letters-not-supported-on-column-names-on-Notebook/m-p/4039028#M4538</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SQL syntax has supported pretty well European, in this case Scandinavian, letters for the past 40 years.&lt;/P&gt;&lt;P&gt;The SQL engine in Lakehouse works also well.&lt;BR /&gt;I can query like this without issues SELECT [Päivitetty] FROM table.&lt;/P&gt;&lt;P&gt;And I haven't run into any issues anywhere in Fabric with Scandinavian letters on columns before this.&lt;/P&gt;&lt;P&gt;Percent sign (%) and space were rejected on column name in dataflow, but Scandinavian letters were supported in there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I run the same command on Notebook I get PARSE_SYNTAX_ERROR from pretty deep in Scala:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And so far I have only figured out if I wish to have an error from [ sign or ä letter.&lt;/P&gt;&lt;P&gt;Why has the standard [] embrasing been given up?&lt;/P&gt;&lt;P&gt;Is there any way to code Scandinavian letters on the query, or do I need to rename all columns using 7 bit ascii?&lt;/P&gt;&lt;P&gt;In Fabric column names appear directly on the report as-is if you don't change every single one of them manually in Semantic model. Or at least I haven't found any way. It is not nice to change every _ as a space, "pct" as "%" and decrypt all Scandinavian letters. Just for one report it will be dozens of manual changes. And if you are unlucky you will reset Semantic model at some point and have to redo this work from scratch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 09:09:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/European-letters-not-supported-on-column-names-on-Notebook/m-p/4039028#M4538</guid>
      <dc:creator>TimoRiikonen</dc:creator>
      <dc:date>2024-07-12T09:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: European letters not supported on column names on Notebook + Lakehouse combination</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/European-letters-not-supported-on-column-names-on-Notebook/m-p/4041506#M4554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="173772" data-lia-user-login="TimoRiikonen" class="lia-mention lia-mention-user"&gt;TimoRiikonen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For special characters, you can try the:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;`&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;%%sql
SELECT `Päivitetty` 
FROM Query&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;
&lt;P&gt;If this &lt;STRONG&gt;&lt;EM&gt;post&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 03:34:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/European-letters-not-supported-on-column-names-on-Notebook/m-p/4041506#M4554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-15T03:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: European letters not supported on column names on Notebook + Lakehouse combination</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/European-letters-not-supported-on-column-names-on-Notebook/m-p/4041663#M4558</link>
      <description>&lt;P&gt;Right!&lt;/P&gt;&lt;P&gt;I had tested [], "" and '', but the correct answer was ``.&lt;/P&gt;&lt;P&gt;This different syntax may confuse other people besides me, so you think of using the standard SQL syntax and [].&lt;/P&gt;&lt;P&gt;But this solves it for me, thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 05:40:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/European-letters-not-supported-on-column-names-on-Notebook/m-p/4041663#M4558</guid>
      <dc:creator>TimoRiikonen</dc:creator>
      <dc:date>2024-07-15T05:40:01Z</dc:date>
    </item>
  </channel>
</rss>

