Skip to main content

Notifications

Announcements

No record found.

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,081 Super User 2024 Season 1 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,081 Super User 2024 Season 1 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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey Pt 2

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,820 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,514 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans