Forum Discussion
mjfulke
10 years agoMicrosoft Employee
Generating unique keys from case-sensitive data in Power BI Desktop
Sharing with community: I ran into an issue yesterday while working with a customer evaluating Power BI. They have a MySQL source database. Their dimension table uses letters for primary keys, an...
- 10 years ago
Answer to my own question:
Power BI is case in-sensitive. Solution is to add an index column OR convert the key column data to a binary representation of value "Binary.ToText(Text.ToBinary([key column]),1))"