> For the complete documentation index, see [llms.txt](https://docs.enlyze.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enlyze.com/integrations/power-bi/tutorials/aggregierte-maschinenkennzahlen-abrufen.md).

# Aggregierte Maschinenkennzahlen abrufen

Die ENLYZE Power BI Integration ermöglicht es, aggregierte Daten wie beispielsweise OEE Metriken je Maschine in wählbaren Auflösungen und Zeitintervallen abzufragen. Hierzu macht die Integration Gebrauch von parametrisierten Queries.

## OEE Metriken für alle Maschinen abfragen

Navigiere zu **Daten abrufen > Weitere...** und wähle **ENLYZE** aus. Setze anschließend das Häkchen bei **Machines** und **Machine Productivity Metrics**.

Klicke nun auf **Daten transformieren,** um zur Eingabemaske der parametrisierten Query zu gelangen. Wähle bei **machines** eine dir passende Option aus, setze ein Start- und Enddatum, sowie die Auflösung (**resolution**).

Klicke abschließend auf **Aufrufen**, um die Daten abzurufen.

## OEE Metriken für eine Maschinen abfragen

Um die abgefragte Datenmenge zu limitieren, können OEE Metriken auch nur für einzelne Maschinen abgefragt werden. Lade hierzu zunächst all deine Maschinen in eine Tabelle, indem du **Machines** auswählst und auf **OK** klickst.

Nachdem die Abfrage abgeschlossen ist, klicke auf **Daten transformieren.**

Filtere nun deine Auswahl und klicke in der Spalte **productivity\_metrics** auf **Function**, um für die Maschine aggregierte OEE Metriken zu abzufragen. Hierzu wirst du nun aufgefordert, ein Start- und Enddatum, sowie eine Auflösung (**resolution**) anzugeben.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.enlyze.com/integrations/power-bi/tutorials/aggregierte-maschinenkennzahlen-abrufen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
