The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I would like to ask how I could remove scientific notation from visual in Power BI.
I marked red line 2e -6 . How to make that it will be like 0 not 2e-6?
Solved! Go to Solution.
Hi @Analitika ,
What's the data type of the field which used in X axis of bar chart? Please try to update its data type as Decimal number with the proper decimal places...
In addition, you can refer the following links to get it.
How to get rid of scientific notations in power bi's powerquery monitor
Power Query is for cleaning and preparing your data so what you see isn't necessarily how it will look when it's in a report/visual.
In Power Query just set the column to Decimal. Close and Appy to load the data into Power BI Desktop, then in Power BI Desktop click on the column and set the Format to general as shown in my image.
If you look at the numbers in a table they should not be in scientific format now.
Remove Scientific notation in measure
After loading data into desktop, please change the data type to Decimal, and set decimal places to 11 or above if you want to display the whole value.
![]()
If you only want to round the value as a integer, set decimal place to 0.
If the above one can't help you, please provide some raw data in your table (exclude sensitive data) with Text format, your visual Fields settings and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Hi @Analitika ,
What's the data type of the field which used in X axis of bar chart? Please try to update its data type as Decimal number with the proper decimal places...
In addition, you can refer the following links to get it.
How to get rid of scientific notations in power bi's powerquery monitor
Power Query is for cleaning and preparing your data so what you see isn't necessarily how it will look when it's in a report/visual.
In Power Query just set the column to Decimal. Close and Appy to load the data into Power BI Desktop, then in Power BI Desktop click on the column and set the Format to general as shown in my image.
If you look at the numbers in a table they should not be in scientific format now.
Remove Scientific notation in measure
After loading data into desktop, please change the data type to Decimal, and set decimal places to 11 or above if you want to display the whole value.
![]()
If you only want to round the value as a integer, set decimal place to 0.
If the above one can't help you, please provide some raw data in your table (exclude sensitive data) with Text format, your visual Fields settings and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards