Forum Discussion
SameekshaM
5 years agoFrequent Visitor
Hiding negative data labels in Simple Waterfall Chart
MFelix GuyInACube Nishantjain Hi, I am using Simple Waterfall Chart (From Marketplace) to show a breakdown of numbers. I have achieved the required chart however there is one thing I want ...
- 5 years ago
Hi SameekshaM
Download sample PBIX file with this example
Use a Custom Format String to display the negative values as positive
Click on the values column and then in the Format area enter 0;0; and hit Enter
Further reading on Custom Format Strings https://www.myonlinetraininghub.com/custom-formatting-strings-in-power-bi
Regards
Phil
PhilipTreacy
5 years agoSuper User
Hi SameekshaM
Download sample PBIX file with this example
Use a Custom Format String to display the negative values as positive
Click on the values column and then in the Format area enter 0;0; and hit Enter
Further reading on Custom Format Strings https://www.myonlinetraininghub.com/custom-formatting-strings-in-power-bi
Regards
Phil
SameekshaM
5 years agoFrequent Visitor
Thanks PhilipTreacy It did work.
Thanks Nishantjain