Hello Everyone,
I have a custom number format as below taken from excel.
(* #,##0.0"Pts");(* (#,##0.0"Pts");(* “-”??);(@_) which is converted to (7.2 pts) for -7.2, 8.836912754 as 8.8 pts and so on.
I would like to implement this in power bi and written a measure as below:
=Format(mynumer, (* #,##0.0"Pts");(* (#,##0.0"Pts");(* “-”??);(@_)). But it’s not working.
Any help on this is greatly appreciated.
with regards,
Niraj