The calculation of a value shows 0

JFL73
New Member

Hi,
I am calculating a value in Looker Studio via a formula14-03-2025_11-38-55.jpg

Although I deduct 0 from a positiv value, Looker shows me 0 in the calculated Column "ErgnMb"
14-03-2025_11-37-30.jpg
Can someone tell me the reason. What do I have to do to get 3.202,96 in Column "ErgnMB"?
Best regards,
Jörg

0 3 156
3 REPLIES 3

Hi,

Do you have some null rows in there? Can you try SUM(IFNULL(ergvm..,0))-SUM(IFNULL(cost,0))?


@JFL73 wrote:

3.202,96


Could this be a number format issue? It seems like it might be in a 'string' format, which is causing the problem. Please check the data source and verify the data type of the column to ensure it's set to 'number'.

Other smoking gun: is this a dimension or a metric?!