Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.
Unsure if I can use the ROUND function inside this query or if there is a way around it, any help would be great!
Solved! Go to Solution.
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:
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:
hi @Anonymous
This should work