Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Sarah_GB
Contributor II
Contributor II

Tabellenfeld in Kennzahlen-Feld ausgeben / Output table field in key figure field

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.

Sarah_GB_0-1652201875182.png

 

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.

Sarah_GB_0-1652201875182.png

Thanks in advance!

1 Solution

Accepted Solutions
marcus_sommer

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

View solution in original post

1 Reply
marcus_sommer

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