March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi guys!
I have the regional settings of my current file in "English (United States)." However, the auto-display units in my visual card are not matching the format of the following measure for a table visual:
SellOut =
VAR calc = [MGMV]
var decimals = "0.0"
RETURN
SWITCH ( TRUE() ,
calc > 1000000 , FORMAT ( calc / 1000000 , "$" & decimals & "M" ) ,
calc > 1000 , FORMAT ( calc / 1000 , "$" & decimals & "K" ) ,
FORMAT ( calc , "$" & decimals )
)
The card takes a comma as a decimal separator while the table takes a dot as a decimal separator.
I tried changing the "VAR decimals" part to "0,0", but this format is adding a zero to left whenever the value has just one digit (e.g. $06K)
Any idea would be very appreciated! Thanks guys!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
202 | |
137 | |
106 | |
70 | |
68 |