The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Dear friends, how are you?
My question is this: I want to append two tables that have the same structures, but one column, specifically the Metric column, has an annoying "character" that apparently are line feeds that I don't know how to modify.
For example: I have the metric column of the Bolivia table and I see the following:
Then the Chile column:
How could I homologate them so that they have the same detail in such a way that when it comes to making the FILTERS with DAX, I don't have that inconvenience that I have a Value (List USD) or Units for Chile and another for Bolivia?
Thank you very much in advance.
Best regards!
Solved! Go to Solution.
Here is some DAX code to do it in a calculated column or you could do something similar in PowerQuery
ColumnA = TRIM( SUBSTITUTE( RawColumn, UNICHAR(10), "" ) )
Excellent! Your answer helped me a lot
Here's how I adapted your formula for my case:
Best regards!
Excellent! Your answer helped me a lot
Here's how I adapted your formula for my case:
Best regards!
Great!!! please mark my answer as a solution 🙂
Here is some DAX code to do it in a calculated column or you could do something similar in PowerQuery
ColumnA = TRIM( SUBSTITUTE( RawColumn, UNICHAR(10), "" ) )
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
113 | |
83 | |
73 | |
51 | |
42 |
User | Count |
---|---|
140 | |
112 | |
72 | |
64 | |
63 |