How to format a file size column?

Hi,
I’m viewing a table which have a file size column. The data in it is saved/shown in bytes.
Can I somehow make Metabase do the conversion to MB/GB/TB units automatically, or half-automatically (make Metabase divide the numbe by 1024 and than add the “MB” text after the number, for example)?

Thanks in advance.

Hi @AcquaAlta
You can do half-automatic with formatting by clicking Settings in the visualization - and you can probably find a lot of other information if you looked through the documentation:
https://www.metabase.com/docs/latest/users-guide/05-visualizing-results.html#tables

For automatic - upvote the following issues by clicking :+1: on the first post of each issue:
https://github.com/metabase/metabase/issues/7039
https://github.com/metabase/metabase/issues/12057