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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.