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.
Hi I have a datatable showing negative values.
In my Stacked Column Chart I want to show them as positive values, any suggestions?
I do not want to add a column referring to the column making the amounts positive.
Solved! Go to Solution.
Hi @Anonymous
Have you tried using ABS(yourtable[ColumnName]) ?
ABS funtion will convert the negative numbers to postive numbers.
I am a bit curious to know any specific business rule or scenario that you want to show the negative values as positive in the stacked column chart.
Cheers
CheenuSing
Hi @Anonymous
Have you tried using ABS(yourtable[ColumnName]) ?
ABS funtion will convert the negative numbers to postive numbers.
I am a bit curious to know any specific business rule or scenario that you want to show the negative values as positive in the stacked column chart.
Cheers
CheenuSing