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
Nivedita
Regular Visitor

Display the max value in a column

Hello everyone

 

Nivedita_0-1641813037875.png

 

I want to display 7.8% on the card but it gives - 0.08 as net growth rate. 

 

I've added an index column to the table and used the below formula.

The formulae that I used - 

NetGrowthRate = CALCULATE(MAX(Overall[Net Growth Rate]),FILTER(Overall,Overall[Index]=MAX(Overall[Index])))
 
Need help. Thank you.
1 ACCEPTED SOLUTION

Hi,

Select the measure and change to % in the measure tools that appears when you select the measure

 

Thejeswar_0-1641814900967.png

 

View solution in original post

5 REPLIES 5
Thejeswar
Super User
Super User

Hi @Nivedita ,

Your DAX will try to return the Net Growth Value in the row with Index that matches the Max Index value. I used the same DAX the you gave

 

By that case, 0.08 is returned as the Index for that record is greater and matches with the MAX of Index column

This 0.08 if you convert as % will show 7.8% which is the record with max value for index

 

Thejeswar_0-1641814770070.png

 

Hello Thejaswar. How do I show it in percentage?

Nivedita_0-1641814685611.png

My bad, looks like it's displaying the decimal value. How do I make it 7.8%?

 

Thank you for your response.

 

Hi,

Select the measure and change to % in the measure tools that appears when you select the measure

 

Thejeswar_0-1641814900967.png

 

Thank you very much.

Samarth_18
Community Champion
Community Champion

Hi @Nivedita ,

 

Hope you have tried with directly taking max of Net Growth Rate column in Card visual like below:-

 

Samarth_18_0-1641813566303.png

or If its affecting due to any other field then you can try below code in measure and use it on card visual:-

Measure =
CALCULATE (
    MAX ( 'Overall'[Net Growth Rate] ),
    ALLEXCEPT ( 'Overall', 'Overall'[Net Growth Rate] )
)

 

Thanks,

Samarth

 

 

 

 

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

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.