The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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