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
So currently i created a measure (verzuimpercentage) and its 15.28. i would like to make it 15,28 but i dont know how. Does anybody have an idea?
Solved! Go to Solution.
hi @sencius ,
you can either:
1. change your locale
2. create dynamic measure, and in the formatting string refer to custom numeric formats for the same :
FORMAT function (DAX) - DAX | Microsoft Learn
hi @sencius ,
you can either:
1. change your locale
2. create dynamic measure, and in the formatting string refer to custom numeric formats for the same :
FORMAT function (DAX) - DAX | Microsoft Learn