Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Power BI Visualization is modifying my data. It specifically changes the casing of text.
My database in it's own has the right information.
For example:
The datasource inside Power BI has the right information.
For example:
"CTRL", "Ctrl", "CTRL/Ctrl"
When it is displayed it is wrong, the casing is modified.
For example:
"Ctrl", "Ctrl", "ctrl/Ctrl"
The view layer should not change the data. And I have seen this when I have a lot of data. So my guess is that there is a layer that is creating some indexing which is case-insensitive and then the index is used, if you want to have case-insensitive index, the index should have a pointer to the real value.
I have read ideas in the forums, such as modifying the data to trick PoweBI into thinking they are different, but I can't think of all posibilities here. I could have *ANY* combination. PLUS, I need to know exactly how the data is, that is the sole purpose of the report.
When is this going to be fixed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.