Hello All,
I am having issues with a data set that I have. The Work Order is a unique identifier which is attached to the same equipment A.
I want to make a section in powerapps that shows the equipment Code as a title, and all the associated work orders with their descriptions.
| Equipment Code | Work Order | Work Order Description |
| A | UniqueWorkOrder Number1 | Unique Description1 |
| A | UniqueWorkOrder Number1 | Unique Description2 |
| B | UniqueWorkOrder Number1 | Unique Description 3 |
| B | UniqueWorkOrder Number1 | Unique Description 4 |
This is how the visual currently looks:
A UniqueWorkOrder 1 UniqueWorkOrderDescription1 |
A UniqueWorkOrder 2 UniqueWorkOrderDescription2 |
To show the above, I am using text labels with the following functions inside.
ThisItem.EquipmentCode
ThisItem.WorkOrder
ThisItem.WorkOrderDescription
I would like the app to show:
A UniqueWorkOrder1 UniqueWorkOrderDescription1 UniqueWorkOrder2 UniqueWorkOrderDescription2 UniqueWorkOrder(Nth Number) UniqueWorkOrderDescription(Nth number) |
B UniqueWorkOrder1 UniqueWorkOrderDescription1 UniqueWorkOrder2 UniqueWorkOrderDescription2 UniqueWorkOrder(Nth Number) UniqueWorkOrderDescription(Nth number) |
I would appreciate the help, please. The data source is from PowerBI Direct Query.

Report
All responses (
Answers (