Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo,
hat jemand eine Idee wie ich mich in einem Kennzahlen Feld auf ein Feld in einer Tabelle beziehen kann?
Ich möchte den ausgerechneten Wert der Gesamtwertefunktion in dem Kennzahlen Feld "WO OEE" anzeigen lassen. Die Kennzahl soll immer den Durchschnittswert der angezeigten Daten wiedergeben.
Vielen Dank im Voraus!
___________________________
Hello,
does anyone have an idea how I can refer to a field in a table in a key figures field?
I want to display the calculated value of the total value function in the key figure field "WO OEE". The key figure should always reflect the average value of the displayed data.
Thanks in advance!
In general something like: avg(Value) and if some dimensional context is intended an aggr() wrapping to it is needed - maybe in this way:
avg(aggr(only([WO OEE]), Date, Shift))
- Marcus
In general something like: avg(Value) and if some dimensional context is intended an aggr() wrapping to it is needed - maybe in this way:
avg(aggr(only([WO OEE]), Date, Shift))
- Marcus