Finding the right column
Suppose you are interested in the field Time to fix, which column should you use?
The BaseBOFieldDefinition table stores all the field translations.
1. In the following sample PowerBI chart, go to the Fields tab and filter on BO PNname "ServiceLevelAgreement" and find "Time to fix" in the AME column
The PNname of the field is TimeToFixRef. This means it is a reference to another table, which you will need to find.
2. Click Edit queries.
3. Scroll to the right until you find a column that contains "records" that starts with "TimeToFixRef".
You will find that the column is called TimeToFixRef_Priority. This means it is a reference to the Priority table. You do not need to load the Priority table, you can click the "expand button" to the right of the column.
4. Select the fields of the Priority table you need.
Now you have the Time to fix fields you wanted to report on.