web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Output Number as Decim...
Power Apps
Answered

Output Number as Decimal type instead of Float type

(1) ShareShare
ReportReport
Posted on by 28
My Dataflow will not output Decimal type numbers. For example, this Test Column is designated as Decimal:
 
 
but it puts out a Float type that I'm unable to append it to a Decimal column in an existing table.
 
Also, If I use the query to create a new table, the column is created as Float type instead of the expected Decimal type. 
 
 Any ideas for a fix or work around?
Categories:
I have the same question (0)
  • Michael E. Gernaey Profile Picture
    53,969 Moderator on at
     
    Over the past 1+ there have been issues with decimals from ADF, to Data Flow in and out of GenX etc, so my guess is either.. this is just enough bug, or I would suggest trying to use the decimal(10,2) or whatever your precision needs to be in the actual flow script.
     
    Can you share trhat here?
  • Verified answer
    MS.Ragavendar Profile Picture
    6,334 Super User 2026 Season 1 on at
     
    • Explicitly Change Data Type in Power Query
    • Open your Dataflow in Power Query.
    • Select the column → Click Transform → Change Type → Decimal Number.
    • Then, apply this M code in the Advanced Editor:
      • Table.TransformColumns(Source, {{"Test Column", each Number.Round(_, 2), type number}}) - This ensures two decimal places and enforces a Decimal type.
    • Use Fixed Decimal Number Instead of Decimal Number
    • In Power Query, instead of using Decimal Number,
    • Try: Fixed Decimal Number (it uses 4 decimal places by default).
    • This stores values as exact Decimal (Currency format) instead of Float.
     
    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 530

#2
WarrenBelz Profile Picture

WarrenBelz 459 Most Valuable Professional

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard