Forum Discussion
Data difference between dataset and report
- 3 years ago
Hi Copycat ,
Case sensitivity is one of the more confusing aspects of Power BI: while the Power Query engine is case sensitive, the main Power BI engine (that means datasets, relationships, DAX etc) is case insensitive.
Maybe you can change the connection mode of your dataset or add some tag to help recognize these data in your data source and the use the DAX function UPPER or LOWER to transform your data.
For more details, please refer to:
Power BI And Case Sensitivity - Chris Webb's BI Blog (crossjoin.co.uk)
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Copycat ,
Case sensitivity is one of the more confusing aspects of Power BI: while the Power Query engine is case sensitive, the main Power BI engine (that means datasets, relationships, DAX etc) is case insensitive.
Maybe you can change the connection mode of your dataset or add some tag to help recognize these data in your data source and the use the DAX function UPPER or LOWER to transform your data.
For more details, please refer to:
Power BI And Case Sensitivity - Chris Webb's BI Blog (crossjoin.co.uk)
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.