Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
PbiCeo
Helper II
Helper II

How to get exponential values with DAX

Hello everyone,

 

I want to get exponential values from descending values.

In this case, the maximum value of descending values should be 100 (or 100%) as an exponential value like below.
For example

Descending Values Expected Exponential Values
6 100
3 50
1 16.6666


How to do that?
Thank you.

3 REPLIES 3
wdx223_Daniel
Super User
Super User

=VAR vMaxDescValue=CALCULATE(MAX(Table[Descending Values]),ALL(Table)) RETURN MAX(Table[Descending Values])/vMaxDescValue*100

amitchandak
Super User
Super User

@PbiCeo , not very clear, You have exp function in dax

https://docs.microsoft.com/en-us/dax/exp-function-dax

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you for your comment.

I tried that, but enfortunately it didn't work as I expected...

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.