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.
Hello all,
I tried to use a DAX like FORMAT([a measure],"#,###.####") to control the display of a measure value as having a thousand separator and 4 decimal places.
This DAX is working fine except when the measure is actually an integer, an unnecessary trailing dot appears, as the follow picture.
I would be grateful if anyone can provide a DAX expression that can elminiate that trailing dot but retaining the setting of 4 decimal places and thousand separator. Thanks.
Solved! Go to Solution.
I just found a twisted way to achieve this:
I see there are no further replies, and I assume my twisted way is the only way to achieve my desired outcome under the current version og PowerBI.
I just found a twisted way to achieve this: