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.

  • Suggested answer
    Nitin Verma Profile Picture
    Nitin Verma 21,324 Moderator on at
    RE: calculation on percentage.

    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;

  • Austin360 Profile Picture
    Austin360 30 on at
    RE: calculation on percentage.

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

  • Austin360 Profile Picture
    Austin360 30 on at
    RE: calculation on percentage.

    No , hardcoded .

    figures (123)

    Best regards

  • Suggested answer
    Nitin Verma Profile Picture
    Nitin Verma 21,324 Moderator on at
    RE: calculation on percentage.

    Hi,

    Is 19.25% defined as text value?

    Thanks.

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,432 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans