I have a year filter which is a number list. It keeps using commas to separate the numbers.
I’ve tried setting localization to not have commas which didn’t help (and shouldn’t be the way to fix it anyway because I want currencies to have 1000 separators.)
I’ve tried making the underlying data field not have 1000 separators but that doesn’t change it. Dropdowns seem to ignore all number formats.
It looks like legends do the same:
Even though that field has been configured to not have , separators.
TonyC
August 25, 2025, 12:45pm
2
That is currently a Bug:
opened 04:29PM - 17 Jul 25 UTC
Type:Bug
Priority:P3
Reporting/Dashboards
Visualization/Chart Settings
.Team/Querying
Reporting/Dashboards/Filters & Parameters
### Describe the bug
Numeric Dashboard Filter Dropdown doesn't respect Localiza… tion Separator style
### To Reproduce
1. Go to Admin -> Localization -> Make sure to setup this separator style (without commas):
<img width="1101" height="249" alt="Image" src="https://github.com/user-attachments/assets/0747ab23-4b67-4c93-b158-080227e5fba7" />
2. New -> Question -> Accounts -> Order by Seats Desc -> Save -> Add to dashbaord
<img width="848" height="602" alt="Image" src="https://github.com/user-attachments/assets/5801cd1f-f8dc-4e8a-9cb7-0389233f3ef4" />
3. On the Dashboard set a Numeric Filter with Seats -> Notice that the Filter Values on the drop down still have a comma separator:
<img width="685" height="573" alt="Image" src="https://github.com/user-attachments/assets/bf88c3dc-eb6e-4a85-8ccb-78b973b8dc37" />
Note that the Connected Field list also doesn't have any commas
<img width="1507" height="577" alt="Image" src="https://github.com/user-attachments/assets/05889832-54b2-49e0-b4c8-3ae964f2cff3" />
### Expected behavior
The Dropdown list for Numbers respect the Numbers Separator style from the Localization setup
### Logs
None that are relevant
### Information about your Metabase installation
```JSON
tested on 55 and master as well
```
### Severity
cosmetic
### Additional context
_No response_
One way to workaround that should be casting it to Text