Reputation: 378
I wanted to know if it's possible to configure the case sensitivity in Power BI. I have data in an Oracle DB where a primary key EXample
is different from exampLE
. But if I want to import it in Power BI, it won't work.
Any idea ?
Upvotes: 3
Views: 1343
Reputation: 40204
For now, I think your best bet would be to create an index for your primary key in the query editor stage and then use that index in Power BI for your relationships.
This is outlined here:
http://www.thebiccountant.com/2015/08/17/create-a-dimension-table-with-power-query-avoid-the-bug/
You can also vote for case sensitivity to be configurable here:
Upvotes: 2