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

Notifications

Announcements

No record found.

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,698 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,698 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 3,229

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 1,867 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 1,153 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans