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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
basirve
Helper III
Helper III

How to Calculate Average for Rank.

Dear Experts,

I have claculated rank for score based on Job Desc, But i would like to create a measure to get average on top of rank based on Job Des.?

 

I/pI/p

 

O/P:  Average of Rank by Job Description 

 

O/pO/p

 

 

 

Please suggest me the solution for this.

 

Thanks & Regards,

Venkat

7 REPLIES 7
basirve
Helper III
Helper III

Dear Mathur,

 

We have created a mesaure to calculate for rank.

 

Regards,

Venkat.

Hi,

Share the link from where i can download your PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Ashish_Mathur
Super User
Super User

Hi,

If Rank is already a column in your dataset, then create a simple table visual and drag Job Description and Manager there.  Write this measure

Average rank = average(Data[Rank])

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Ashish_Mathur
Super User
Super User

Hi,

Is the Rank a measure or a calculated column formula?  Share the link from where i can download your PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
richbenmintz
Resident Rockstar
Resident Rockstar

Hi @basirve ,

 

I am sure this is to simple, but could you not just use the average function.

avg rank = average(table[rank])

 Are you able to provide a sample pbix file?

 

Thanks,



I hope this helps,
Richard

Did I answer your question? Mark my post as a solution! Kudos Appreciated!

Proud to be a Super User!


daxer-almighty
Solution Sage
Solution Sage

@basirve 

 

If you group by a field, the entries in the field should be correct, meaning that the same ideas should bear the same names. In the example above, you've got a mixture of different job descriptions which I understand mean the same thing, so slicing will not work correctly. Fix your data first. Make it uniform the way it should be.

Dear Almighty,

 

I Have updated the sample data here.

 

Thanks & Regards,

Venkat

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors