Invenias Power BI: People Default Position View
The People Default Position view links individuals to their default position to enhance data clarity and usability.
What It Does
- Dual Identification System: Utilize unique identifiers for both default positions (PositionId) and individuals (PersonId) to enable precision tracking and easy reference.
Columns
This view returns the following columns:
| Column Name | Column Type | Description | Joins To | 
|---|---|---|---|
| PositionId | Guid | The unique identifier for each Default position in the system. | PositionsView | 
| PersonId | Guid | The unique identifier for each individual in the system. | PeopleView | 
Was this helpful?