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 / Currency fields are di...
Power Apps
Suggested Answer

Currency fields are displayed as Decimal Numbers in Modern table control

(0) ShareShare
ReportReport
Posted on by 78
Hi Experts,

I am building a custom page that has a Table control with Dataverse as source. I found that the data of Currency columns are displayed differently in Studio vs live app/ page.

Please advise if I am missing something or has a workaround for this.

Preview in Studio:



Live Page:
 
Thanks in advance.
Categories:
I have the same question (0)
  • Suggested answer
    mmbr1606 Profile Picture
    14,605 Super User 2026 Season 1 on at
    hey
     
     
    this is related to modern controls and there is no solution. i and many others wonr suggest using modern controls as of now. they are still in preview and act very buggy.
     
    do yourself a favor and stick to the classic controls as of now.
     
     
    if my answer helped please mark as verified,
     
    cheers
  • timl Profile Picture
    36,634 Super User 2026 Season 1 on at
    Hi  Venkata Golla, 
     
    To workaround this, I'd suggest that you change the Items property of your data table to included formatted versions of the Planned AUD and Variance values. If you display these formatted columns instead, it should hopefully work.
     
    AddColumns(
       YourDataVerseTable,
       PlannedAUDFormatted,
       Text(PlannedAUD, "$#,#.00"),
       VarianceFormatted
       Text(Variance, "$#,#.00")
    )
     
    From your screenshot, it appears that you might be in Australia. If that's the case, I note that in your "working" screenshot, the dates are displayed in mm/dd/yyyy (which is incorrect for Australia), but they appear correctly as dd/mm/yyyy in the live page.  
     
  • Venkata Golla Profile Picture
    78 on at
    @timl
     
    Thanks for your response.
     
    I will create few text columns if I don't find any other way, but I can't use add columns in the app as it will break all references to fx columns in the table.
  • Venkata Golla Profile Picture
    78 on at
    @mmbr1606,
     
    Thanks for your response.
     
    I am not sure what you meant by stick with Classic controls. Is there a classic table control?
     
    I can't use galleries as I have morethan100k rows and 26 columns to display. I thought of using Fluent UI details list but that is a bit annoying cause of double click to select a row.
  • Suggested answer
    mmbr1606 Profile Picture
    14,605 Super User 2026 Season 1 on at
    Hey
     
    No there is No Classic table Control.
     
    But working with modern controls is Not a solution as of now (as u can see in your use Case).
     
     
    Maybe this Video helps:
     
    If IT does please mark my answer as verified.
     
     
    Cheers
  • timl Profile Picture
    36,634 Super User 2026 Season 1 on at
    Hi  Venkata Golla 
     
    >>but I can't use add columns in the app as it will break all references to fx columns in the table.
     
    If you place the call to AddColumns in the Items property, it'll just add 2 additional formatted columns and it shouldn't break any references. Can you clarify what you mean or what errors you see when you do this?

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 101 Most Valuable Professional

#2
Haque Profile Picture

Haque 81

#3
VASANTH KUMAR BALMADI Profile Picture

VASANTH KUMAR BALMADI 70

Last 30 days Overall leaderboard