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 / Format a datacard to 2...
Power Apps
Answered

Format a datacard to 2 decimal numbers

(0) ShareShare
ReportReport
Posted on by 184

Hello,

So I have this DataCardValue which is a text input with the following details:

Default: (DataCardValue1.text*dropdown.selectedtext.value)/DataCardValue3.text

Format: number

So basically it calculates based from other fields.

I want the DataCardValue to have only 2 decimal places. How do I do it?

Thank you!

Categories:
I have the same question (0)
  • AmirBakht Profile Picture
    262 on at

    Text(4/3, ".00")

    This returns 1.33

     

    Set the formula where you wish. If you are using it for display purposes only, put it on your text box.

     

    Of course, 4/3 needs to be replaced by your calculation

  • Verified answer
    Jagadeeshk Profile Picture
    457 on at

    Try this,

    Text(Value(DataCardValue1.text)*value(dropdown.selectedtext.value))/value(DataCardValue3.text),#.##)

  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi@CatPagulayan,

    Based on the issue that you mentioned, do you want to format your DataCardValue with 2 decimal places?

    Could you please share a bit more about your scenario?

    I have a test on my side, please take a try as below.

    Set the Default property of the TextInput  as below:

     

    Text(
     DataCardValue8.Text * DataCardValue12.Selected.Value / DataCardValue11.Text,
     "[$-en-US]#.00"
    )

     

    090901.png

    Best Regards,

    Qi

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 429 Most Valuable Professional

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard