Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
the goal is to show the difference between column "IST" and "PLAN" in column "Abw.":
IST | PLAN | Abw. | Abw. % | |
Umsatz | 100 € | 80 € | ? | ? |
Kosten | 80 € | 70 € | ? | ? |
„Abw.“ should be able to be filled with an expression like:
Column A - Column B
it is possible to subtract columns from each other?
"Abw. %“ should be able to be filled with an expression like:
(Column A - Column B) / Column A
it is possible to subtract and divide columns from each other?
If not, any other ideas?
Thanks in advance.
if these are measures, we can use the Column function
as the attached example
Yes you can do it using column label or column number.
ex. Abw. = IST - PLAN
or
Column(1) - Column(2)
I hope it can helps.
if these are measures, we can use the Column function
as the attached example
Many thanks for the quick help. Worked great!!
Hello,
when Sum(IST) and Sum(PLAN) not a measure but a dimension. Is there also a formula?
Thanks in advance.
I am also looking for a way to calculate two dimensions. have you found the solution?