Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi
In a Card viz I can format a measure as "Millions", "Decimal Places" = 1 (see Rounded to nearest 100K)
so $23,130,1000 is displayed as $23.1M
How do I acheive the same format for a measure in a table?
Closest I have come is using : Measure = FORMAT ([Budgets.],"$##,#, M") but that produces 23,130 K
Cheers
Solved! Go to Solution.
@Anonymous,
See Display units and precision control for table & matrix columns in Power BI Desktop March Feature Summary.
@Anonymous,
See Display units and precision control for table & matrix columns in Power BI Desktop March Feature Summary.
Hello @Anonymous,
Will MROUND( ) work for you? Same measure of ['Mailpieces'] used in both cards in my sample dataset. 'None' in Data lable -> Display...
Proud to be a Super User!