The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I don't now if it is a bug.
Cut a long story short.
Lets look to the below screenshot.
I have a column named as Hisse. Power BI read the column lenght wrong. There is no space or another character before or after the text but it looks like 1 character more than its normal lenght.
Because of that i can't make any join with this column.
Lets check the pbix. The datasource is web. Anyone can reach.
Link
Solved! Go to Solution.
Hi @Anonymous
Assuming Column Hisse just have letters "A-Z", try this new custom column
=Text.Length(Text.Select([Hisse],{"A".."Z","a".."z"}))
Hi @Anonymous
Assuming Column Hisse just have letters "A-Z", try this new custom column
=Text.Length(Text.Select([Hisse],{"A".."Z","a".."z"}))
it is working thank you for your help.
But i couldn't understand the problem. What is changing with this formula ? Why we need it ?
@Anonymous
There are some characters that are not visible that are not trimmed or cleaned by PowerQuery's functions
for example try this new custom colum
=Character.FromNumber(32)
Then check the length of this column
User | Count |
---|---|
81 | |
78 | |
37 | |
34 | |
31 |
User | Count |
---|---|
93 | |
81 | |
60 | |
49 | |
49 |