Power BI 中的区分大小写

Case sensitivity in Power BI(Power BI 中的区分大小写)
本文介绍了Power BI 中的区分大小写的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否可以在 Power BI 中配置区分大小写.我在 Oracle DB 中有数据,其中主键 EXampleexampLE 不同.但是如果我想在 Power BI 中导入它,它就行不通了.

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.

有什么想法吗?

推荐答案

目前,我认为最好的办法是在查询编辑器阶段为您的主键创建一个索引,然后在 Power BI 中为您的关系.

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.

此处概述:

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:

https:///ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/17235656-case-sensitive-insensitive-option

这篇关于Power BI 中的区分大小写的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

SQL to Generate Periodic Snapshots from Transactions Table(用于从事务表生成定期快照的SQL)
MyBatis support for multiple databases(MyBatis支持多个数据库)
Oracle 12c SQL: Missing column Headers in result(Oracle 12c SQL:结果中缺少列标题)
SQL query to find the number of customers who shopped for 3 consecutive days in month of January 2020(查询2020年1月连续购物3天的客户数量)
How to get top 10 data weekly (This week, Previous week, Last month, 2 months ago, 3 month ago)(如何每周获取前十大数据(本周、前一周、上个月、2个月前、3个月前))
Select the latest record for an Id per day - Oracle pl sql(选择每天ID的最新记录-Oracle pl SQL)