Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi @ERing
The underlying cause of this is that DAX is not case-sensitive in Power BI.
In practice this means:
These two articles cover the topic pretty well:
In your case, can you check whether multiple capitalizations of the same value were actually loaded to the dataset? I would suspect that either "Luxury" or "LUXURY" but not both would actually appear in the column after loading the table.
One suggestion in the 2nd article is to append one or more zero-width spaces (such as UNICHAR(8203) ) to certain text values in order to differentiate them without altering the appearance. You could use some method to index the variations of "equivalent" strings, so that the 1st is left unchanged, the the 2nd has one zero-width space added, and so on.
It might be best to solve this in the data source rather than Power Query.
Regards
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |