将金额格式化为特定显示

Format an amount to a specific display

我在 Tabular 中有一个度量值,我希望显示如下所示:

1 990K

我尝试使用 FORMAT 但没有成功。

MyMeasure :=FORMAT ( SUM(MyTable[Salary]), "#, 0.,,.0#K" )& "€"

在属性中尝试以下操作:

#,##0, K€