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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
tksnota
Frequent Visitor

how to trim space in data model

Hi,

 

I used combinedvalues as shown. 

 

I want to trim the space in order to get numbers instead of text.

 

I couldn't do it in power query because the column is not showing. Is there other ways to combine the values not as text.

 

Thanks

 

tksnota_0-1719248794815.png

 

1 ACCEPTED SOLUTION

Hi @djurecicK2 ,Thanks for your quick reply, I will add more.

Hi @tksnota ,

You can use the following DAX expression to create a column.

Column3 = IF(ISBLANK([Column2]),[Column1],[Column2])

vzhouwenmsft_0-1719555015540.png


Best Regards,
Wenbin Zhou
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

3 REPLIES 3
tksnota
Frequent Visitor

Hi,

 

The convert function works. But my other issue now is how to merge the data into one column as shown in the table view  without using power query 

 

tksnota_0-1719304732114.png

 

Hi @djurecicK2 ,Thanks for your quick reply, I will add more.

Hi @tksnota ,

You can use the following DAX expression to create a column.

Column3 = IF(ISBLANK([Column2]),[Column1],[Column2])

vzhouwenmsft_0-1719555015540.png


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

djurecicK2
Super User
Super User

Hi @tksnota ,

 The combinevalues function is expecting text fields. You can use the CONVERT function on numeric fields within the combinevalues function to change numeric fields into text fields. Like CONVERT(textfield, DOUBLE).

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

PBI_Carousel_NL_June

Fabric Community Update - June 2024

Get the latest Fabric updates from Build 2024, key Skills Challenge voucher deadlines, top blogs, forum posts, and product ideas.