Skip to content

Commit 4ca4c09

Browse files
Merge pull request #276978 from dominicbetts/aio-feedback-2
AIO: Address feedback
2 parents f667763 + 94e349b commit 4ca4c09

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/iot-operations/get-started/quickstart-get-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 04/25/2024
1111
#CustomerIntent: As an OT user, I want to create a visual report for my processed OPC UA data that I can use to analyze and derive insights from it.
1212
---
1313

14-
# Quickstart: Get insights from Deploy Azure IoT Operations Preview to an Arc-enabled Kubernetes cluster
14+
# Quickstart: Get insights from your processed data
1515

1616
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1717

articles/iot-operations/view-analyze-data/tutorial-overall-equipment-effectiveness.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,11 +793,14 @@ In [Microsoft Fabric](https://msit.powerbi.com/groups/me/list?experience=power-b
793793
1. Select **DirectQuery** as the connection setting and then select **OK**.
794794

795795
You can now create measurements and tiles to display OEE for your production lines by using formulae such as:
796-
- `OEE = Availability\*performance\*Quality`
797-
- `Performance = TotalUnitsProduced/10 (StandardProductionOutput)`
796+
797+
- `OEE = Availability*Performance*Quality`
798+
- `Performance = TotalUnitsProduced/10`
798799
- `Availability = TotalOperatingTime/PlannedProductionTime`
799800
- `Quality = TotalGoodUnitsProduced/TotalUnitsProduced`
800801

802+
The performance calculation above uses a factor of 10 in the calculation. This factor is specific to Contoso bakery and uses an estimate of the ideal cycle time for the production line. To learn more, see [Overall equipment effectiveness](https://wikipedia.org/wiki/Overall_equipment_effectiveness).
803+
801804
Follow these steps to create some measures and use them to build a visualization dashboard.
802805

803806
1. From the top navigation plane, select **New measure**. Paste the following data analysis expression into the main text field:

0 commit comments

Comments
 (0)