Forum Discussion
JohnThomas
9 years agoHelper II
Normalizing Text in a Field
Hi all, Looking for some help that seems like it should have been solved before, but I can't seem to find it. If someone can provide a link I would appreciate it! Problem: I have bunch of cs...
- 9 years ago
There are 2 options that I used in past for similar situation.
Option 1:- Preferred option
- Use Active directory as data source. Pull Employee ID and Given Name from Active directory
- Connect Employee ID from Active directory to Employee ID from CSV file.
- Use Given Name for Power BI interaction.
Option 2:-Table reference (As you suggested)
- After combining All CSV files, Create new query using first query as a reference.
- Remove all column except Employee ID
- Remove Employee ID Duplicate
- Compare this list to separate table where you maintain employee ID Vs Name reference.
- Keep Only new entry:- Load this to Power BI report to keep track of new entry. Also this list all record that you need to add it to master table
- Append filtered list (Only new Entry) to existing records.
- Use new table for name display.
Open to learn how others have solved in past
VP
9 years agoMost Valuable Professional
There are 2 options that I used in past for similar situation.
Option 1:- Preferred option
- Use Active directory as data source. Pull Employee ID and Given Name from Active directory
- Connect Employee ID from Active directory to Employee ID from CSV file.
- Use Given Name for Power BI interaction.
Option 2:-Table reference (As you suggested)
- After combining All CSV files, Create new query using first query as a reference.
- Remove all column except Employee ID
- Remove Employee ID Duplicate
- Compare this list to separate table where you maintain employee ID Vs Name reference.
- Keep Only new entry:- Load this to Power BI report to keep track of new entry. Also this list all record that you need to add it to master table
- Append filtered list (Only new Entry) to existing records.
- Use new table for name display.
Open to learn how others have solved in past
JohnThomas
9 years agoHelper II
Can you expand on Step 4? How do I compare two tables for what's in one table and not the other (in Power Query)?