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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
thedogspollocks
New Member

Combine columns, add a dot between combined information

I want to combine the following columns

...

thedogspollocks_1-1677521540068.png

 

so that the end result is

 

1.56

0.28

0.24

etc. 

 

Thanks. 

1 ACCEPTED SOLUTION
ImkeF
Community Champion
Community Champion

Hi @thedogspollocks ,
you can add a column with the following formula:
[Value1] + Number.From([Value2])/100

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

View solution in original post

1 REPLY 1
ImkeF
Community Champion
Community Champion

Hi @thedogspollocks ,
you can add a column with the following formula:
[Value1] + Number.From([Value2])/100

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors