I want to format
- zeros as blanks
- if value is over 1M as M, under 1M as K
- negative values without a minus sign
(1) and (3) can be done with pbiFormat. The default D3 formatter can do (2). How can I do all three?
I want to format
(1) and (3) can be done with pbiFormat. The default D3 formatter can do (2). How can I do all three?