Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
This is interesting, need someone smarter than I am.
I have a table that I am using a measure to format, rounding to the millions. I would like to orient the numbers to the right, so I am using the VALUE function. However, it will work for one column and not the other. Both are formating a different measure that is a CALCULATE(SUM(column)). Both are identical, but one will orient using VALUE and one will not.
AFM DIR is using the VALUE function, the Obs will not.
The one that I want to use the VALUE function with.
The one that works.
I cannot figure out why it works with one and not the other, thoughts?
=NoMy
Solved! Go to Solution.
What I did was take the one measure and just divided it by 1,000,000. Keeping it simple.
Hi, I'm having a similar issue. I can get the fields in 1 of 3 columns to center align but not the others. Just wondering what I'm doing wrong. Thanks
E
Hi, @nmyre
FORMAT func converts a value to text in the specified number format; whereas VALUE func converts a text string that represents a number to a number.
| Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Yup, I understand. Is there a better way to round a number from millions to the format above? After looking on here, it said that using FORMAT was the best way, but if there is a different way then I bet that would be better.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.