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.
For a matrix, how to change the display unit, from $ to 1k$, or 1M$..
On approach I can think of is to create a measure or column for each column of data, then do something like display_value000 = value000/scale... and scale is updated by the choice of either $, 1k$ or 1M$?
Any easier solutions? such as to format the matrix itself?
Thank you
hi. how you do it that one. can you eleborate more?
@KY Unfortunately i think your way of doing it via measures would be the only one. For other visuals you have option of specifying format like you wanted under Data Labels but not for the matrix.