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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have a case where I have visual which contins values with scientific notation. I rounded to whole number but still see scientific notation, how I could solve this, I expected to see 0 instead of 2e-6.?
also try this:
Measure=FORMAT([Measure],"#,0.0;-#,0.0;0")
I am getting as text instead int.
Hi @Analitika
once you got the ouput text using Format Function.
And then,
you can convert into interger
using CONVERT Dax Function
CONVERT([Measure name],INTEGER)
Thanks,
Thennarasu
I'm not sure, but try rounding
Hi @Analitika
You could use this measure,
Measure=Format([Measure],"General number')
Thanks ,
Thennarasu
Please check https://community.powerbi.com/t5/Desktop/Remove-Scientific-notation-in-measure/m-p/652986
Regards,
Ritesh
Nope, didn't help.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.