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.
hello every one, i have this colum made of number, i want to display in a donut a value plus something like T
exemple if my value is 20 i want it to be like 20 T.
i'm wondering if there is a syntax to do it
for exemple i would like to have 1T(7,05%)
Solved! Go to Solution.
Hi @Anonymous ,
Under "Deatil labels", you can set "Display units" to "Trillions".
Apart from this method, if formatting the vlaue with DAX formula, the data type will be converted to Text, and won't be able to added to chart.
Best regards,
Yuliana Gu
Hi @Anonymous ,
Under "Deatil labels", you can set "Display units" to "Trillions".
Apart from this method, if formatting the vlaue with DAX formula, the data type will be converted to Text, and won't be able to added to chart.
Best regards,
Yuliana Gu