Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
BrunoFerres
Regular Visitor

Decimal places getting rounded in presentation view

Hi everyone!


I'm with a serious problem.

I want to show in my report numbers with 6 decimal places.

When editting queries and preparing data, the values are ok, like 0.891344 but in the presentation view then value transforms to 0.891300.
Even if I raise decimal places, just more zeros are added.

 

Any help?

Thanks!

2 ACCEPTED SOLUTIONS

I'm wondering if the Query Editor is causing the problem.  Can you please remove any formatting on that column in the Query Editor and make sure it is using the Decimal Number (and not Fixed Decimal number) up in the Query Editor.

 

This sounds like something I've helped with before, but I can't find the resolution.  


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

View solution in original post

Now it worked!

 

Beyond remove any formatting, I had to put a "CONVERT(DECIMAL(28,10)," in the native query source - although the column type is already that - and rebuild totally the query from zero in Query Editor, removing any transformation in the column.

 

Thank You @Phil_Seamark!

View solution in original post

8 REPLIES 8
Phil_Seamark
Employee
Employee

HI @BrunoFerres

 

Do you mean using this formatting option when you say you raise the decimal places?

 

image.png

 

 


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Hi @Phil_Seamark

 

Yes, when i use the formatting, is added zeros, but not values.

Here is some examples:

Capturar.PNGCapturar1.PNG

 

 

 

 

 

Are you using a Decimal data type, or Fixed decimal (like currency?)


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Decimal type.

I also tried fixed decimal, but didn't work too.

I'm wondering if the Query Editor is causing the problem.  Can you please remove any formatting on that column in the Query Editor and make sure it is using the Decimal Number (and not Fixed Decimal number) up in the Query Editor.

 

This sounds like something I've helped with before, but I can't find the resolution.  


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Now it worked!

 

Beyond remove any formatting, I had to put a "CONVERT(DECIMAL(28,10)," in the native query source - although the column type is already that - and rebuild totally the query from zero in Query Editor, removing any transformation in the column.

 

Thank You @Phil_Seamark!

BrunoFerres
Regular Visitor

Hi everyone!


I'm with a serious problem.

I want to show in my report numbers with 6 decimal places.

When editting queries and preparing data, the values are ok, like 0.891344 but in the presentation view then value transforms to 0.891300.
Even if I raise decimal places, just more zeros are added.

 

Any help?

Thanks!

Anonymous
Not applicable

Hi @BrunoFerres

 

Could you try ROUND(Value, 6) and see if fixing it as DAX level helps?

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.