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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

AVERAGE DAX Query to round decimal

Hi everyone,

 

Bit of help, I currently have a DAX query which averages a column total however I wanted it to display the Average out of 9 for the card visual. 

 

So in the SS below I have done the Average of the column and added & "/9" so it will display the for example 3.4/9 in the card. However it displays 3.321321/9 for example. As the measure has text for "/9" I am unable to change the decimal indiciation on the Measure tools tab, as below. 

 

Capture.JPG

Unsure if I can use the ROUND function inside this query or if there is a way around it, any help would be great!

1 ACCEPTED SOLUTION
selimovd
Super User
Super User

Hey @Anonymous ,

 

when it's only about the way you display the number, then just use the custom format. Like this, it stays a number, but the display is with a "/9" as you want it:

selimovd_0-1628615006083.png

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

View solution in original post

2 REPLIES 2
selimovd
Super User
Super User

Hey @Anonymous ,

 

when it's only about the way you display the number, then just use the custom format. Like this, it stays a number, but the display is with a "/9" as you want it:

selimovd_0-1628615006083.png

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 
Anonymous
Not applicable

hi @Anonymous 

 

This should work

 

Avg_Round2 = ROUND(CALCULATE(AVERAGE('Table'[Sales])),0) & "/9"
 
Thanks!
 
PS: Kindly accept the post if it works! And Click the Thumbs Up if you like!!!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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