Hi, when I query the sys.dm_external_data_processed table to show me the current data processed metrics for Serverless SQL Pools I'm wondering which conversion to use to convert from MB to GB/TB? E.G should I calculate GB = MB / 1000 or MB / 1024?
Thanks


