The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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