Forum Discussion

FrederikB's avatar
FrederikB
Frequent Visitor
4 years ago

After publishing, some data is wrong?

After publishing, some data fields are wrong.

 

I have a dataset called 'Line items' where I calculate a field by 

 

 

 

Servicefee = calculate(sum('Line items'[total]),'Line items'[data.invoices.lineItems.title]="Servicege fee")

 

 

 

 

There is a relation to a table called 'bookings' where I get this service fee and shows it in a table.

 

In my Power BI Desktop app it works like a dream, but when publishing, some numbers are way off. But only the service fee!

I have found out that the number is always exactly 100 times bigger.

 

For example the first data point is 1.328,45 kr. (the danish currency) while it shows up as 132.845,00 kr. 

My desktop app is set to english.

1 Reply

  • See if you can fix it by using the same locale in both places.