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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Trapatoni
Regular Visitor

Issue with calculated column (decimals)

Hello community,

 

I'm struggling with a calculation in a column.

It is a quite easy calculation.

 

2019-09-09_13-03-10.jpg

 

The formula is as follows:

[theoretical consumption]] = [Actual Qty]*[Film in kg]*2/1000
 
1st row is calculated wrong: It should be 218,85
2nd one looks OK.
 
Is it a problem of decimal, 1000 seperator, language settings?
Any idea how I could solve that?
 
Many thanks in advance
1 ACCEPTED SOLUTION

For any reason the column [film in kg] was formated as datatype: text.

 

I dont know why it was working for some lines, but after change the type to decimalnumber, the calculation works fine.

 

I mark the thread as solved

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi,

I would Advise you to use Brackets when handling functions. Second, Try and check the Thousands Separator under Modelling to check if the issue is caused by that.


@Trapatoni wrote:

Hello community,

 

I'm struggling with a calculation in a column.

It is a quite easy calculation.

 

2019-09-09_13-03-10.jpg

 

The formula is as follows:

[theoretical consumption]] = [Actual Qty]*[Film in kg]*2/1000
 
1st row is calculated wrong: It should be 218,85
2nd one looks OK.
 
Is it a problem of decimal, 1000 seperator, language settings?
Any idea how I could solve that?
 
Many thanks in advance


@Trapatoni wrote:

Hello community,

 

I'm struggling with a calculation in a column.

It is a quite easy calculation.

 

2019-09-09_13-03-10.jpg

 

The formula is as follows:

[theoretical consumption]] = [Actual Qty]*[Film in kg]*2/1000
 
1st row is calculated wrong: It should be 218,85
2nd one looks OK.
 
Is it a problem of decimal, 1000 seperator, language settings?
Any idea how I could solve that?
 
Many thanks in advance

 

@Anonymous 

Thanks for the quick reply.

 

If I activate thousands seperator in the modelling tab I just get 2188,5 -> 2.188,5

2019-09-09_13-20-15.jpg

 

I checked some further rows and it seems to be an issue of the number of decimals of column [film in kg]

2019-09-09_13-15-33.jpg

 

If somebody could explain me that i would really apreciate it.

 

 

By using brackets you mean

[theoretical consumption] = ([Actual Qty]*[Film in kg]*2/1000)

instead of

[theoretical consumption] = [Actual Qty]*[Film in kg]*2/1000

?

For any reason the column [film in kg] was formated as datatype: text.

 

I dont know why it was working for some lines, but after change the type to decimalnumber, the calculation works fine.

 

I mark the thread as solved

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors