The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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