Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
Solved! Go to Solution.
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
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
Thanks Xiaoxin Sheng