The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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