Forum Discussion
ssvr
Helper III
8 years agoNumber formatting options on Table visualizations
I want to change the numer format in Table visualisation from Power BI From 0.95 to Percentage ?? Note: I worked on Cubes so I dont have the Query editor option
- Anonymous8 years ago
HI ssvr,
If you mean you are create report in live connection mode, current format tab not available on this mode.
I'd like to recommend you to write a measure to format your numeric value.Reference:
Notice: format function will transform your value as text format which you can't direct use in calculation.
Regards,
Xiaoxin Sheng
Anonymous
8 years agoNot applicable
HI ssvr,
If you mean you are create report in live connection mode, current format tab not available on this mode.
I'd like to recommend you to write a measure to format your numeric value.
Reference:
Notice: format function will transform your value as text format which you can't direct use in calculation.
Regards,
Xiaoxin Sheng
ssvr
Helper III
8 years agoThanks Xiaoxin Sheng