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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
felipeschiavon
Frequent Visitor

Make last two digits of an integer number into decimals

Hi, first question here. I think it's simples, but I couldn't find an answer.

I have numbers as integers in a column and I want to convert to decimal number, with the last two digits as decimals. But PBI is adding 00 at the end.

Example:
How it is: 1789
How PBI converts: 1789.00
How I want: 17.89

Thanks in advance!
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

Create a new column divide by 100

 

new Column = [Number]/100

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

Create a new column divide by 100

 

new Column = [Number]/100

Thanks @amitchandak! I tought it had a "config" way, but your solution solved the problem!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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