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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

calculation on percentage.

(0) ShareShare
ReportReport
Posted on by 30

Hello Professionals.

I kindly need your assistance to make a calculation in percentage value of a figure. 

Example : I want to be able to do (calculate) in DAX 

 

 19.25% of 128901578.82 = < Answer >

Kindly note from the above, both  19.25% and 128901578.82 are already defined on a different column.

Best regards.

I have the same question (0)
  • Suggested answer
    Nitin Verma Profile Picture
    21,786 Moderator on at

    Hi,

    Is 19.25% defined as text value?

    Thanks.

  • Austin360 Profile Picture
    30 on at

    No , hardcoded .

    figures (123)

    Best regards

  • Austin360 Profile Picture
    30 on at

    oh ! sorry , they are defined as figures (123).

  • Suggested answer
    Nitin Verma Profile Picture
    21,786 Moderator on at

    You can try below

    Name DataType Subtype Length
    DecValue Decimal
    DecValue2 Decimal
    documenttext Text

    documenttext := '19.25%';

    IF STRPOS(documenttext,'%') > 0 then

    BEGIN

     documenttext := DELCHR(documenttext,'=','%');

     EVALUATE(DecValue,documenttext);

     DecValue2 := 128901578.82;

     DecValue := (DecValue2 * DecValue)  /100;

    END;

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 Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,161 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,046 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 932 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans