The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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