Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
TimoRiikonen
Helper V
Helper V

European letters not supported on column names on Notebook + Lakehouse combination

Hello,

 

SQL syntax has supported pretty well European, in this case Scandinavian, letters for the past 40 years.

The SQL engine in Lakehouse works also well.
I can query like this without issues SELECT [Päivitetty] FROM table.

And I haven't run into any issues anywhere in Fabric with Scandinavian letters on columns before this.

Percent sign (%) and space were rejected on column name in dataflow, but Scandinavian letters were supported in there.

 

But when I run the same command on Notebook I get PARSE_SYNTAX_ERROR from pretty deep in Scala:

TimoRiikonen_0-1720775173193.png

TimoRiikonen_0-1720775362010.png

 

And so far I have only figured out if I wish to have an error from [ sign or ä letter.

Why has the standard [] embrasing been given up?

Is there any way to code Scandinavian letters on the query, or do I need to rename all columns using 7 bit ascii?

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.

 

 

1 ACCEPTED SOLUTION
v-nuoc-msft
Community Support
Community Support

Hi @TimoRiikonen 

 

For special characters, you can try the:

 

`

 

vnuocmsft_0-1721014319155.png

 

%%sql
SELECT `Päivitetty` 
FROM Query

 

Regards,

Nono Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
TimoRiikonen
Helper V
Helper V

Right!

I had tested [], "" and '', but the correct answer was ``.

This different syntax may confuse other people besides me, so you think of using the standard SQL syntax and [].

But this solves it for me, thank you.

v-nuoc-msft
Community Support
Community Support

Hi @TimoRiikonen 

 

For special characters, you can try the:

 

`

 

vnuocmsft_0-1721014319155.png

 

%%sql
SELECT `Päivitetty` 
FROM Query

 

Regards,

Nono Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.