Power BI Case Sensitivity

0 votes
Can we configure the case sensitivity in Power BI?

I'm asking because I have data in an Oracle DB (where a primary key EXample is different from exampLE). All I want to know is, if it will work if imported to Power BI?

Thanks.
Jan 2, 2019 in Power BI by Upasana
• 8,620 points
2,477 views

2 answers to this question.

0 votes

As of now, I think the best option would be to create an index for your primary key in the query editor stage and so you could use that index in Power BI for your relationships, like so :

http://www.thebiccountant.com/2015/08/17/create-a-dimension-table-with-power-query-avoid-the-bug/

answered Jan 2, 2019 by Shubham
• 13,490 points
0 votes

Oracle DB specific workaround,

For Dimension & Fact keys use ORA_HASH() function which will generate unique integer for case sensitive keys. Using ORA_HASH function you will get distinct values for key value "EXample" & "exampLE".

SELECT ORA_HASH('EXample') AS KEY1, ORA_HASH('exampLE') AS KEY2 FROM DUAL;
answered Apr 26, 2019 by Mahendra

Related Questions In Power BI

0 votes
2 answers

How do I enable and use data classification and sensitivity labels in Power BI?

Enable Sensitivity Labels: Under Tenant Settings in the Power ...READ MORE

answered Jan 23 in Power BI by anonymous
• 23,870 points
287 views
0 votes
1 answer

How can I customize the sensitivity of anomaly detection in Power BI?

In Power BI, you can customize the ...READ MORE

answered Apr 22 in Power BI by anonymous
• 30,660 points
44 views
0 votes
1 answer

What are sensitivity labels in Power BI, and why are they important?

In Power BI, sensitivity labels—such as "Confidential," ...READ MORE

answered 2 days ago in Power BI by anonymous
• 30,660 points
15 views
0 votes
1 answer

How can I apply sensitivity labels to data in Power BI?

You must first make sure that Microsoft ...READ MORE

answered 2 days ago in Power BI by anonymous
• 30,660 points
16 views
0 votes
1 answer

Error while communicating with remote Oracle DB through Jenkins-CI

I was also facing the same problem. ...READ MORE

answered Apr 25, 2018 in Jenkins by shubham
• 7,340 points
1,410 views
0 votes
1 answer

Error while talking to remote Oracle DB using Jenkins-CI

I installed Oracle XE to talk to ...READ MORE

answered May 1, 2018 in Jenkins by shubham
• 7,340 points
2,386 views
0 votes
1 answer

Displaying Table Schema using Power BI with Azure IoT Hub

Answering your first question, Event Hubs are ...READ MORE

answered Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,090 points
1,638 views
+1 vote
1 answer

Unable to install connector for Power Bi and PostgreSQL

I think the problem is not at ...READ MORE

answered Aug 22, 2018 in Power BI by nirvana
• 3,090 points
2,979 views
0 votes
1 answer

Power BI : text case changing automatically

Power BI doesn't handle case sensitivity that ...READ MORE

answered Nov 27, 2018 in Power BI by Shubham
• 13,490 points
1,047 views
0 votes
1 answer

Power BI : Time-based drill downs powered by Azure Data Warehouse

I don't really think you need to ...READ MORE

answered Oct 29, 2018 in Power BI by Shubham
• 13,490 points
991 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP