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
mohittimpus
Helper V
Helper V

How to get measure value according to Rank position

Screenshot_5.png

Above image 2 measure are there. I want 39 value which has Rank 8 highlighted with red color. Both Rank and Outcomes are measure according to Fiscal Month. I want only 39 value which has rank 8. I want it using measure.

 

1 ACCEPTED SOLUTION

Hi @mohittimpus ,

 

To create a measure as below.

Measure 2 = CALCULATE(SUM('Table'[outcomes]),FILTER(ALL('Table'[date]),[Measure]=8))

Capture.PNG

Pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

3 REPLIES 3
v-frfei-msft
Community Support
Community Support

Hi @mohittimpus ,

 

We can set conditional formamting of the outcomes column based on the rank measure as below.

Measure = RANKX(ALL('Table'),CALCULATE(SUM('Table'[outcomes])),,ASC,Dense)

Capture.PNG

 

Pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Thanks for Reply. I want 40 in card visualization. I don't want conditional formatting. I want measure, Which will get only 40 value. i will put that measure inside card visualization it will show 40 value in the card visualization.

Hi @mohittimpus ,

 

To create a measure as below.

Measure 2 = CALCULATE(SUM('Table'[outcomes]),FILTER(ALL('Table'[date]),[Measure]=8))

Capture.PNG

Pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

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.