Skip to main content

Prepare Your Excel File

Ensure your Excel file contains these minimum columns for DFMEA import:
ColumnRequiredDescription
Item / System ElementYesComponent or subsystem being analyzed
Failure ModeYesHow the item can fail
Failure EffectsNoConsequences of the failure
Failure CausesNoRoot causes of the failure mode
Severity (S)Yes1-10 scale
Occurrence (O)Yes1-10 scale (DFMEA) or 0-10 (PFMEA)
Detection (D)Yes1-10 scale (DFMEA) or 0-10 (PFMEA)
Current ControlsNoExisting preventive/detective controls
Recommended ActionsNoProposed risk mitigation tasks
For PFMEA imports, replace “Item” with “Process Step” and add manufacturing-specific columns like Control Method, Sample Frequency, and Reaction Plan.
Polarion’s Excel import expects flat tables without merged cells, subtotals, or multi-row headers. Remove any Excel formatting, formulas, or macros before import — only cell values will be imported.

Map Excel Columns to Work Item Fields

  1. Navigate to Project AdministrationWork ItemsImport/Export
  2. Click Import from Excel
  3. Upload your prepared Excel file
  4. Select work item type:
    • failureMode for Design FMEA (DFMEA) analysis
    • processFailureMode for Process FMEA (PFMEA) analysis
  5. Map Excel columns to custom fields:
Excel ColumnPolarion FieldNotes
Item / System ElementsystemElementSelect enumeration ID
Failure ModetitleWork item title
Failure EffectsfailureEffectsCustom field
Failure Causes(linked work items)Create after import
SeverityseverityEnum: 1-10
OccurrenceoccurrenceEnum: 0-10 (PFMEA) or 1-10 (DFMEA)
DetectiondetectionEnum: 0-10 (PFMEA) or 1-10 (DFMEA)
Current ControlscurrentControlsCustom field
Recommended Actions(riskControl work items)Create after import
The systemElement field expects enumeration IDs like aeb-system, ecu-processing, not display names. Export your System Elements enumeration first to get the correct ID values for mapping.

Import and Validate

  1. Click Next to preview the import mapping
  2. Review field assignments — ensure severity/occurrence/detection map to correct enumerations
  3. Click Import to create failure mode work items
  4. Navigate to Risks space → find the imported failure modes by work item ID range
You should now see failure mode work items created in Polarion with severity, occurrence, and detection ratings populated.

Post-Import Cleanup

The Excel import creates flat work items only — you must manually establish the hierarchical structure and links:

Create FMEA Document (Risksheet)

  1. Go to Risks space → Create Document
  2. Select document type: System FMEA, Component DFMEA, or Process FMEA
  3. Title: [System Element] - [FMEA Type] (e.g., “Camera Module - Component DFMEA”)
  4. Open the document, click Add Existing Work Items
  5. Query for imported failure modes by ID range or system element
  6. Click Add to Document to populate the Risksheet

Establish Hierarchical Structure

FMEA Risksheets use a 3-level hierarchy: Item → Failure Mode → Cause. Your imported failure modes are Level 2 only. diagram For each failure mode:
  1. Create parent Item work item (or link existing customerReq/systemElement)
  2. Link failure mode to parent via assesses relationship
  3. Create child Cause work items from your Excel “Failure Causes” column
  4. Link causes to failure mode via causes relationship
Imported failure modes have S/O/D ratings but no Action Priority (AP) value. Open the Risksheet, switch to View: 2. Initial Risk Ranking, and click Save to trigger the JavaScript AP formula recalculation.
For each “Recommended Action” from Excel:
  1. Create a new riskControl work item
  2. Set title, assignee, due date, control type (Prevention/Detection)
  3. Link to the failure mode cause via mitigates relationship
  4. After controls are implemented, update Occurrence Post and Detection Post ratings
  5. Save Risksheet to recalculate AP Post (post-mitigation action priority)

Verification

Open your FMEA Risksheet document and verify:
  • All failure modes appear in the hierarchy grid
  • Severity, Occurrence, Detection ratings display correctly (1-10 or 0-10 scale)
  • Action Priority column shows H/M/L values with red/orange/green color coding
  • Item → Failure Mode → Cause 3-level structure is complete
  • Risk controls are linked and visible in the “Mitigations” column
  • Post-mitigation AP reflects updated occurrence/detection after controls
You now have a fully functional FMEA Risksheet populated from legacy Excel data.

See Also